Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364883
b: refs/heads/master
c: ad46047
h: refs/heads/master
i:
  364881: 4235c50
  364879: 05e1e39
v: v3
  • Loading branch information
Wei Yongjun authored and Felipe Balbi committed Apr 23, 2013
1 parent f41fd6d commit 9d16026
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 6ee3e8e63d77bb4ed686f0c92dc7aa1a8e13fefb
refs/heads/master: ad46047bd1988d61bc53ea354b77ef40f8a674a5
4 changes: 3 additions & 1 deletion trunk/drivers/usb/gadget/multi.c
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,10 @@ static __init int rndis_do_config(struct usb_configuration *c)
return ret;

f_acm_rndis = usb_get_function(fi_acm);
if (IS_ERR(f_acm_rndis))
if (IS_ERR(f_acm_rndis)) {
ret = PTR_ERR(f_acm_rndis);
goto err_func_acm;
}

ret = usb_add_function(c, f_acm_rndis);
if (ret)
Expand Down

0 comments on commit 9d16026

Please sign in to comment.