diff options
Diffstat (limited to 'drivers/media/radio/radio-sf16fmr2.c')
-rw-r--r-- | drivers/media/radio/radio-sf16fmr2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/radio/radio-sf16fmr2.c b/drivers/media/radio/radio-sf16fmr2.c index bcebd8cb19ad..ca560a4cd41f 100644 --- a/drivers/media/radio/radio-sf16fmr2.c +++ b/drivers/media/radio/radio-sf16fmr2.c | |||
@@ -202,7 +202,7 @@ static int fmr2_setvolume(struct fmr2_device *dev) | |||
202 | } | 202 | } |
203 | 203 | ||
204 | static int fmr2_do_ioctl(struct inode *inode, struct file *file, | 204 | static int fmr2_do_ioctl(struct inode *inode, struct file *file, |
205 | unsigned int cmd, void *arg) | 205 | unsigned int cmd, void *arg) |
206 | { | 206 | { |
207 | struct video_device *dev = video_devdata(file); | 207 | struct video_device *dev = video_devdata(file); |
208 | struct fmr2_device *fmr2 = dev->priv; | 208 | struct fmr2_device *fmr2 = dev->priv; |
@@ -344,7 +344,7 @@ static int fmr2_do_ioctl(struct inode *inode, struct file *file, | |||
344 | } | 344 | } |
345 | 345 | ||
346 | static int fmr2_ioctl(struct inode *inode, struct file *file, | 346 | static int fmr2_ioctl(struct inode *inode, struct file *file, |
347 | unsigned int cmd, unsigned long arg) | 347 | unsigned int cmd, unsigned long arg) |
348 | { | 348 | { |
349 | return video_usercopy(inode, file, cmd, arg, fmr2_do_ioctl); | 349 | return video_usercopy(inode, file, cmd, arg, fmr2_do_ioctl); |
350 | } | 350 | } |