Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 377740
b: refs/heads/master
c: e77c4e6
h: refs/heads/master
v: v3
  • Loading branch information
Lisa Nguyen authored and Greg Kroah-Hartman committed May 16, 2013
1 parent 22e65fb commit 0e76282
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 83fc1fcd13bbcd7d77c55a53a0debfff12e5ff48
refs/heads/master: e77c4e6a91a2ec1c3e54cd17c6bdd467dc620184
3 changes: 2 additions & 1 deletion trunk/drivers/usb/misc/adutux.c
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,8 @@ static int adu_open(struct inode *inode, struct file *file)

subminor = iminor(inode);

if ((retval = mutex_lock_interruptible(&adutux_mutex))) {
retval = mutex_lock_interruptible(&adutux_mutex);
if (retval) {
dbg(2, "%s : mutex lock failed", __func__);
goto exit_no_lock;
}
Expand Down

0 comments on commit 0e76282

Please sign in to comment.