Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363268
b: refs/heads/master
c: cc3c5cd
h: refs/heads/master
v: v3
  • Loading branch information
Erik Gilling authored and Greg Kroah-Hartman committed Mar 4, 2013
1 parent 2d2031b commit de38596
Show file tree
Hide file tree
Showing 2 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: 6e91f719865df97abf483b80b7778dc8a51011c4
refs/heads/master: cc3c5cdc7bc16b78b6c59f0720542965a67d1c81
4 changes: 2 additions & 2 deletions trunk/drivers/staging/android/sync.c
Original file line number Diff line number Diff line change
Expand Up @@ -520,12 +520,12 @@ static int sync_fence_release(struct inode *inode, struct file *file)
struct sync_fence *fence = file->private_data;
unsigned long flags;

sync_fence_free_pts(fence);

spin_lock_irqsave(&sync_fence_list_lock, flags);
list_del(&fence->sync_fence_list);
spin_unlock_irqrestore(&sync_fence_list_lock, flags);

sync_fence_free_pts(fence);

kfree(fence);

return 0;
Expand Down

0 comments on commit de38596

Please sign in to comment.