Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41283
b: refs/heads/master
c: 14d2707
h: refs/heads/master
i:
  41281: a2e2fa0
  41279: 47d8420
v: v3
  • Loading branch information
Mariusz Kozlowski authored and Greg Kroah-Hartman committed Dec 1, 2006
1 parent 0b2468a commit c4f004f
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: 90b2625a5159607e37871cd75370c189fc22d208
refs/heads/master: 14d2707b80d6a9d1e8e92718885f99b77531b339
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/sn9c102/sn9c102_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ static int sn9c102_start_transfer(struct sn9c102_device* cam)
return 0;

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

free_buffers:
Expand Down

0 comments on commit c4f004f

Please sign in to comment.