Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337765
b: refs/heads/master
c: 87c6298
h: refs/heads/master
i:
  337763: f2f6ce1
v: v3
  • Loading branch information
Malcolm Priestley authored and Greg Kroah-Hartman committed Nov 13, 2012
1 parent 95c0086 commit d890506
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: fbce428a077f52e33714dabc639a79cfd4ec6af3
refs/heads/master: 87c629853e9b901f9756a628aa088d8d6a1ebf00
3 changes: 2 additions & 1 deletion trunk/drivers/staging/vt6656/usbpipe.c
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,8 @@ s_nsBulkInUsbIoCompleteRead(
// MP_SET_FLAG(pDevice, fMP_DISCONNECTED);
// }
} else {
bIndicateReceive = TRUE;
if (bytesRead)
bIndicateReceive = TRUE;
pDevice->ulBulkInContCRCError = 0;
pDevice->ulBulkInBytesRead += bytesRead;

Expand Down

0 comments on commit d890506

Please sign in to comment.