Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25744
b: refs/heads/master
c: 68dcc68
h: refs/heads/master
v: v3
  • Loading branch information
David Brownell authored and Greg Kroah-Hartman committed Apr 14, 2006
1 parent a615fd1 commit a388ec4
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: 42795410c325108d59d0b1e750657197a7374c04
refs/heads/master: 68dcc688d1f042842a8fb523e4a584b3211181d1
3 changes: 2 additions & 1 deletion trunk/drivers/usb/gadget/net2280.c
Original file line number Diff line number Diff line change
Expand Up @@ -2241,7 +2241,8 @@ static void handle_ep_small (struct net2280_ep *ep)
if (likely (req)) {
req->td->dmacount = 0;
t = readl (&ep->regs->ep_avail);
dma_done (ep, req, count, t);
dma_done (ep, req, count,
(ep->out_overflow || t) ? -EOVERFLOW : 0);
}

/* also flush to prevent erratum 0106 trouble */
Expand Down

0 comments on commit a388ec4

Please sign in to comment.