diff options
Diffstat (limited to 'drivers/media/video/pwc/pwc-if.c')
-rw-r--r-- | drivers/media/video/pwc/pwc-if.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/pwc/pwc-if.c b/drivers/media/video/pwc/pwc-if.c index 53c4b5790d5c..c77b85cf3d80 100644 --- a/drivers/media/video/pwc/pwc-if.c +++ b/drivers/media/video/pwc/pwc-if.c | |||
@@ -682,7 +682,7 @@ static int pwc_rcv_short_packet(struct pwc_device *pdev, const struct pwc_frame_ | |||
682 | /* This gets called for the Isochronous pipe (video). This is done in | 682 | /* This gets called for the Isochronous pipe (video). This is done in |
683 | * interrupt time, so it has to be fast, not crash, and not stall. Neat. | 683 | * interrupt time, so it has to be fast, not crash, and not stall. Neat. |
684 | */ | 684 | */ |
685 | static void pwc_isoc_handler(struct urb *urb, struct pt_regs *regs) | 685 | static void pwc_isoc_handler(struct urb *urb) |
686 | { | 686 | { |
687 | struct pwc_device *pdev; | 687 | struct pwc_device *pdev; |
688 | int i, fst, flen; | 688 | int i, fst, flen; |