diff options
Diffstat (limited to 'drivers/media/video/stv680.c')
-rw-r--r-- | drivers/media/video/stv680.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/stv680.c b/drivers/media/video/stv680.c index 2ba2991a214f..87e11300181d 100644 --- a/drivers/media/video/stv680.c +++ b/drivers/media/video/stv680.c | |||
@@ -582,7 +582,7 @@ static int stv680_set_pict (struct usb_stv *stv680, struct video_picture *p) | |||
582 | return 0; | 582 | return 0; |
583 | } | 583 | } |
584 | 584 | ||
585 | static void stv680_video_irq (struct urb *urb, struct pt_regs *regs) | 585 | static void stv680_video_irq (struct urb *urb) |
586 | { | 586 | { |
587 | struct usb_stv *stv680 = urb->context; | 587 | struct usb_stv *stv680 = urb->context; |
588 | int length = urb->actual_length; | 588 | int length = urb->actual_length; |