Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 243198
b: refs/heads/master
c: 33874cb
h: refs/heads/master
v: v3
  • Loading branch information
Jesper Nilsson committed Mar 21, 2011
1 parent 24f9975 commit d159373
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: 7673538cf8c9ddd1eeb2c3712b5603816f576483
refs/heads/master: 33874cb8cdce865938094e1a317cbfe2d7fb1ad7
2 changes: 1 addition & 1 deletion trunk/arch/cris/arch-v10/drivers/pcf8563.c
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ static long pcf8563_unlocked_ioctl(struct file *filp, unsigned int cmd, unsigned
int ret;

mutex_lock(&pcf8563_mutex);
return pcf8563_ioctl(filp, cmd, arg);
ret = pcf8563_ioctl(filp, cmd, arg);
mutex_unlock(&pcf8563_mutex);

return ret;
Expand Down

0 comments on commit d159373

Please sign in to comment.