Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286963
b: refs/heads/master
c: dd8bc93
h: refs/heads/master
i:
  286961: c5d3cd3
  286959: 529594a
v: v3
  • Loading branch information
Chris Wilson authored and Dave Airlie committed Jan 30, 2012
1 parent a51c5df commit b591b73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 6e877b576ddf7cde5db2e9a6dcb56fef0ea77e64
refs/heads/master: dd8bc93d45c0ac4f64bf074d4be72418aac1609b
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/drm_gem.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ int drm_gem_object_init(struct drm_device *dev,
obj->dev = dev;
obj->filp = shmem_file_setup("drm mm object", size, VM_NORESERVE);
if (IS_ERR(obj->filp))
return -ENOMEM;
return PTR_ERR(obj->filp);

kref_init(&obj->refcount);
atomic_set(&obj->handle_count, 0);
Expand Down

0 comments on commit b591b73

Please sign in to comment.