Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363426
b: refs/heads/master
c: 5969136
h: refs/heads/master
v: v3
  • Loading branch information
Wei Yongjun authored and Greg Kroah-Hartman committed Mar 11, 2013
1 parent a0751d9 commit 0d5e6fa
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: 70c1e91f5b43327eca9941205c529ba43ddc7923
refs/heads/master: 59691367be00806a3ab1c6a125ced6ed87e91356
2 changes: 1 addition & 1 deletion trunk/drivers/staging/android/sync.c
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ static struct sync_fence *sync_fence_alloc(const char *name)

fence->file = anon_inode_getfile("sync_fence", &sync_fence_fops,
fence, 0);
if (fence->file == NULL)
if (IS_ERR(fence->file))
goto err;

kref_init(&fence->kref);
Expand Down

0 comments on commit 0d5e6fa

Please sign in to comment.