Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248554
b: refs/heads/master
c: cdb650a
h: refs/heads/master
v: v3
  • Loading branch information
Paul Bolle authored and Jiri Kosina committed Apr 10, 2011
1 parent a60f4d0 commit e0bc2d5
Show file tree
Hide file tree
Showing 3 changed files with 3 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: 7422caa5a1a53ee6b21a687c61cc5435edf8c19f
refs/heads/master: cdb650a4b5eaf1c0aedbfd7dd6afd6d465c3b0a0
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/radeon/radeon_fence.c
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ void radeon_fence_unref(struct radeon_fence **fence)

*fence = NULL;
if (tmp) {
kref_put(&tmp->kref, &radeon_fence_destroy);
kref_put(&tmp->kref, radeon_fence_destroy);
}
}

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/ttm/ttm_object.c
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ void ttm_base_object_unref(struct ttm_base_object **p_base)
*/

write_lock(&tdev->object_lock);
(void)kref_put(&base->refcount, &ttm_release_base);
kref_put(&base->refcount, ttm_release_base);
write_unlock(&tdev->object_lock);
}
EXPORT_SYMBOL(ttm_base_object_unref);
Expand Down

0 comments on commit e0bc2d5

Please sign in to comment.