Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280832
b: refs/heads/master
c: d39ee7b
h: refs/heads/master
v: v3
  • Loading branch information
Sebastian Andrzej Siewior authored and Felipe Balbi committed Dec 12, 2011
1 parent 0c975dc commit 77dbfe7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: 5bdb1dcc63304a407e70020c1118fca1642bebaa
refs/heads/master: d39ee7be2aaf0a53d7b5f43c13571bac95f7cc0c
6 changes: 4 additions & 2 deletions trunk/drivers/usb/dwc3/gadget.c
Original file line number Diff line number Diff line change
Expand Up @@ -1308,8 +1308,10 @@ static int dwc3_cleanup_done_reqs(struct dwc3 *dwc, struct dwc3_ep *dep,

do {
req = next_request(&dep->req_queued);
if (!req)
break;
if (!req) {
WARN_ON_ONCE(1);
return 1;
}

dwc3_trb_to_nat(req->trb, &trb);

Expand Down

0 comments on commit 77dbfe7

Please sign in to comment.