Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316899
b: refs/heads/master
c: 0a00790
h: refs/heads/master
i:
  316897: 1ef7083
  316895: 1133341
v: v3
  • Loading branch information
Joe Perches authored and Felipe Balbi committed Jun 4, 2012
1 parent 62da028 commit 609140a
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 560f1187990c6c548756bf2f1183aa19d9c97413
refs/heads/master: 0a00790ff4755f2e3eab907a43725cff59fc074b
2 changes: 1 addition & 1 deletion trunk/drivers/usb/gadget/pch_udc.c
Original file line number Diff line number Diff line change
Expand Up @@ -2208,7 +2208,7 @@ static void pch_udc_complete_receiver(struct pch_udc_ep *ep)
return;
}
if ((td->status & PCH_UDC_BUFF_STS) == PCH_UDC_BS_DMA_DONE)
if (td->status | PCH_UDC_DMA_LAST) {
if (td->status & PCH_UDC_DMA_LAST) {
count = td->status & PCH_UDC_RXTX_BYTES;
break;
}
Expand Down

0 comments on commit 609140a

Please sign in to comment.