diff options
Diffstat (limited to 'drivers/media/video/ivtv/ivtv-ioctl.c')
-rw-r--r-- | drivers/media/video/ivtv/ivtv-ioctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/ivtv/ivtv-ioctl.c b/drivers/media/video/ivtv/ivtv-ioctl.c index a6cd02460e75..1f6ca93b9840 100644 --- a/drivers/media/video/ivtv/ivtv-ioctl.c +++ b/drivers/media/video/ivtv/ivtv-ioctl.c | |||
@@ -1725,7 +1725,7 @@ static int ivtv_decoder_ioctls(struct file *filp, unsigned int cmd, void *arg) | |||
1725 | return 0; | 1725 | return 0; |
1726 | } | 1726 | } |
1727 | 1727 | ||
1728 | static int ivtv_default(struct file *file, void *fh, int cmd, void *arg) | 1728 | static long ivtv_default(struct file *file, void *fh, int cmd, void *arg) |
1729 | { | 1729 | { |
1730 | struct ivtv *itv = ((struct ivtv_open_id *)fh)->itv; | 1730 | struct ivtv *itv = ((struct ivtv_open_id *)fh)->itv; |
1731 | 1731 | ||