Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130764
b: refs/heads/master
c: 8760e5b
h: refs/heads/master
v: v3
  • Loading branch information
Devin Heitmueller authored and Mauro Carvalho Chehab committed Jan 29, 2009
1 parent 0a46636 commit cbb8b0f
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: 6e7b9ea0937eeb75fa166ef7bd22b5f3bb5676d1
refs/heads/master: 8760e5b6d1dc9527e0f96f80daaa12a8158d9839
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/em28xx/em28xx-audio.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ static int em28xx_isoc_audio_deinit(struct em28xx *dev)

dprintk("Stopping isoc\n");
for (i = 0; i < EM28XX_AUDIO_BUFS; i++) {
usb_unlink_urb(dev->adev.urb[i]);
usb_kill_urb(dev->adev.urb[i]);
usb_free_urb(dev->adev.urb[i]);
dev->adev.urb[i] = NULL;

Expand Down

0 comments on commit cbb8b0f

Please sign in to comment.