diff options
Diffstat (limited to 'drivers/media/video/w9968cf.c')
-rw-r--r-- | drivers/media/video/w9968cf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/w9968cf.c b/drivers/media/video/w9968cf.c index 2912326a5aef..ddce2fb83424 100644 --- a/drivers/media/video/w9968cf.c +++ b/drivers/media/video/w9968cf.c | |||
@@ -417,7 +417,7 @@ static int w9968cf_write_fsb(struct w9968cf_device*, u16* data); | |||
417 | static int w9968cf_write_sb(struct w9968cf_device*, u16 value); | 417 | static int w9968cf_write_sb(struct w9968cf_device*, u16 value); |
418 | static int w9968cf_read_sb(struct w9968cf_device*); | 418 | static int w9968cf_read_sb(struct w9968cf_device*); |
419 | static int w9968cf_upload_quantizationtables(struct w9968cf_device*); | 419 | static int w9968cf_upload_quantizationtables(struct w9968cf_device*); |
420 | static void w9968cf_urb_complete(struct urb *urb, struct pt_regs *regs); | 420 | static void w9968cf_urb_complete(struct urb *urb); |
421 | 421 | ||
422 | /* Low-level I2C (SMBus) I/O */ | 422 | /* Low-level I2C (SMBus) I/O */ |
423 | static int w9968cf_smbus_start(struct w9968cf_device*); | 423 | static int w9968cf_smbus_start(struct w9968cf_device*); |
@@ -781,7 +781,7 @@ static int w9968cf_allocate_memory(struct w9968cf_device* cam) | |||
781 | If there are no requested frames in the FIFO list, packets are collected into | 781 | If there are no requested frames in the FIFO list, packets are collected into |
782 | a temporary buffer. | 782 | a temporary buffer. |
783 | --------------------------------------------------------------------------*/ | 783 | --------------------------------------------------------------------------*/ |
784 | static void w9968cf_urb_complete(struct urb *urb, struct pt_regs *regs) | 784 | static void w9968cf_urb_complete(struct urb *urb) |
785 | { | 785 | { |
786 | struct w9968cf_device* cam = (struct w9968cf_device*)urb->context; | 786 | struct w9968cf_device* cam = (struct w9968cf_device*)urb->context; |
787 | struct w9968cf_frame_t** f; | 787 | struct w9968cf_frame_t** f; |