]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/media/video/em28xx/em28xx-audio.c
V4L/DVB (9743): em28xx: fix oops audio
[linux-2.6-omap-h63xx.git] / drivers / media / video / em28xx / em28xx-audio.c
index dfac2e042a52dc5a87d85a1b126928d87f4d03b4..90236bbfe66ad61ea13affcd86c6409aa90f20d6 100644 (file)
@@ -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_kill_urb(dev->adev->urb[i]);
+               usb_unlink_urb(dev->adev->urb[i]);
                usb_free_urb(dev->adev->urb[i]);
                dev->adev->urb[i] = NULL;
        }