Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299405
b: refs/heads/master
c: cd423dd
h: refs/heads/master
i:
  299403: 44a7839
v: v3
  • Loading branch information
Felipe Balbi committed Apr 10, 2012
1 parent cc53771 commit 4c4e483
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: 566ccdda07dc5898272b6fbad9c616fc44be305a
refs/heads/master: cd423dd3634a5232a3019eb372b144619a61cd16
3 changes: 2 additions & 1 deletion trunk/drivers/usb/dwc3/ep0.c
Original file line number Diff line number Diff line change
Expand Up @@ -569,9 +569,10 @@ static void dwc3_ep0_complete_data(struct dwc3 *dwc,
dwc->ep0_bounced = false;
} else {
transferred = ur->length - length;
ur->actual += transferred;
}

ur->actual += transferred;

if ((epnum & 1) && ur->actual < ur->length) {
/* for some reason we did not get everything out */

Expand Down

0 comments on commit 4c4e483

Please sign in to comment.