Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41285
b: refs/heads/master
c: 8563650
h: refs/heads/master
i:
  41283: c4f004f
v: v3
  • Loading branch information
Mariusz Kozlowski authored and Greg Kroah-Hartman committed Dec 1, 2006
1 parent dc99682 commit d27f16a
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: 926b1e90093688d91cbc358e5339ad2861c86e46
refs/heads/master: 8563650da0fb2df5755ea133d5fb182ded9d2ae8
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/zc0301/zc0301_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ static int zc0301_start_transfer(struct zc0301_device* cam)
return 0;

free_urbs:
for (i = 0; (i < ZC0301_URBS) && cam->urb[i]; i++)
for (i = 0; i < ZC0301_URBS; i++)
usb_free_urb(cam->urb[i]);

free_buffers:
Expand Down

0 comments on commit d27f16a

Please sign in to comment.