diff options
Diffstat (limited to 'drivers/media/radio/radio-gemtek-pci.c')
-rw-r--r-- | drivers/media/radio/radio-gemtek-pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/radio/radio-gemtek-pci.c b/drivers/media/radio/radio-gemtek-pci.c index ee19979e540c..cfab57d6bc4a 100644 --- a/drivers/media/radio/radio-gemtek-pci.c +++ b/drivers/media/radio/radio-gemtek-pci.c | |||
@@ -317,7 +317,7 @@ static int gemtek_pci_do_ioctl(struct inode *inode, struct file *file, | |||
317 | } | 317 | } |
318 | default: | 318 | default: |
319 | return v4l_compat_translate_ioctl(inode,file,cmd,arg, | 319 | return v4l_compat_translate_ioctl(inode,file,cmd,arg, |
320 | gemtek_do_ioctl); | 320 | gemtek_pci_do_ioctl); |
321 | } | 321 | } |
322 | } | 322 | } |
323 | 323 | ||