Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213618
b: refs/heads/master
c: 40aed52
h: refs/heads/master
v: v3
  • Loading branch information
Martin Fuzzey authored and Greg Kroah-Hartman committed Oct 22, 2010
1 parent deef942 commit 1e43a76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fabbf2196d0db0b4d175456dcb373aa2440f5728
refs/heads/master: 40aed5241e4e5363c11acc841f6ef794b2c25668
2 changes: 2 additions & 0 deletions trunk/drivers/usb/misc/usbtest.c
Original file line number Diff line number Diff line change
Expand Up @@ -1371,6 +1371,8 @@ static void iso_callback(struct urb *urb)
ctx->errors += urb->error_count;
else if (urb->status != 0)
ctx->errors += urb->number_of_packets;
else if (urb->actual_length != urb->transfer_buffer_length)
ctx->errors++;

if (urb->status == 0 && ctx->count > (ctx->pending - 1)
&& !ctx->submit_error) {
Expand Down

0 comments on commit 1e43a76

Please sign in to comment.