Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 375977
b: refs/heads/master
c: ef89a1f
h: refs/heads/master
i:
  375975: 6b09eb4
v: v3
  • Loading branch information
Wei Yongjun authored and Felipe Balbi committed May 15, 2013
1 parent 43746d8 commit 30c3552
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: f3423d3258cd9939c06df75a582b16d52fc2249f
refs/heads/master: ef89a1f3a84d127bdcda7e4dd54f763d2f88203f
4 changes: 3 additions & 1 deletion trunk/drivers/usb/gadget/m66592-udc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1660,8 +1660,10 @@ static int __init m66592_probe(struct platform_device *pdev)
m66592->epaddr2ep[0] = &m66592->ep[0];

m66592->ep0_req = m66592_alloc_request(&m66592->ep[0].ep, GFP_KERNEL);
if (m66592->ep0_req == NULL)
if (m66592->ep0_req == NULL) {
ret = -ENOMEM;
goto clean_up3;
}
m66592->ep0_req->complete = nop_completion;

init_controller(m66592);
Expand Down

0 comments on commit 30c3552

Please sign in to comment.