Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364886
b: refs/heads/master
c: abe7a40
h: refs/heads/master
v: v3
  • Loading branch information
Andrzej Pietrasiewicz authored and Felipe Balbi committed Apr 23, 2013
1 parent d5fad69 commit 753decc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9890e33013fae0d67cd385d2038fcab4e52a6632
refs/heads/master: abe7a4097dd0141d21d02e4bd949b377a0a75120
2 changes: 2 additions & 0 deletions trunk/drivers/usb/gadget/zero.c
Original file line number Diff line number Diff line change
Expand Up @@ -368,8 +368,10 @@ static int zero_unbind(struct usb_composite_dev *cdev)
del_timer_sync(&autoresume_timer);
if (!IS_ERR_OR_NULL(func_ss))
usb_put_function(func_ss);
usb_put_function_instance(func_inst_ss);
if (!IS_ERR_OR_NULL(func_lb))
usb_put_function(func_lb);
usb_put_function_instance(func_inst_lb);
return 0;
}

Expand Down

0 comments on commit 753decc

Please sign in to comment.