diff options
Diffstat (limited to 'v4l_experimental/cx88-ivtv.c')
-rw-r--r-- | v4l_experimental/cx88-ivtv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/v4l_experimental/cx88-ivtv.c b/v4l_experimental/cx88-ivtv.c index a747e2372..8247d4286 100644 --- a/v4l_experimental/cx88-ivtv.c +++ b/v4l_experimental/cx88-ivtv.c @@ -102,7 +102,7 @@ static unsigned int ivtv_translate_ioctl(unsigned int cmd) } static int ivtv_do_ioctl(struct inode *inode, struct file *file, - unsigned int cmd, void *arg) + unsigned int cmd, void *arg) { struct cx8802_fh *fh = file->private_data; struct cx8802_dev *dev = fh->dev; |