Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343859
b: refs/heads/master
c: 50c8012
h: refs/heads/master
i:
  343857: 85f8fad
  343855: be52e04
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Oct 28, 2012
1 parent f4237a9 commit 57aea33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 534d032601b1e274da0f0297c1312e79e56344a9
refs/heads/master: 50c8012c429f4a2fe867178e3f2e6a616a20e620
3 changes: 1 addition & 2 deletions trunk/drivers/media/usb/zr364xx/zr364xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1007,8 +1007,7 @@ static void read_pipe_completion(struct urb *purb)
return;
}

if (purb->actual_length < 0 ||
purb->actual_length > pipe_info->transfer_size) {
if (purb->actual_length > pipe_info->transfer_size) {
dev_err(&cam->udev->dev, "wrong number of bytes\n");
return;
}
Expand Down

0 comments on commit 57aea33

Please sign in to comment.