Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205173
b: refs/heads/master
c: 86f100b
h: refs/heads/master
i:
  205171: 38275c5
v: v3
  • Loading branch information
Chris Wilson authored and Eric Anholt committed Aug 2, 2010
1 parent 69f943f commit c972ea1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8dc1775dce10d5e47d2805665804fddf39ea3a90
refs/heads/master: 86f100b136626e91f4f66f3776303475e2e58998
3 changes: 1 addition & 2 deletions trunk/drivers/gpu/drm/i915/i915_gem.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,7 @@ i915_gem_create_ioctl(struct drm_device *dev, void *data,
return -ENOMEM;

ret = drm_gem_handle_create(file_priv, obj, &handle);
drm_gem_object_handle_unreference_unlocked(obj);

drm_gem_object_unreference_unlocked(obj);
if (ret)
return ret;

Expand Down

0 comments on commit c972ea1

Please sign in to comment.