diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-08-08 09:10:06 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-09-26 11:53:19 -0300 |
commit | 3ca57169ce979be1919b013230940bb5c7b3ba5d (patch) | |
tree | b48cba783e2e257ba3618d749af8da589db0e125 /drivers/media/radio/radio-gemtek-pci.c | |
parent | 22694c0c38ba023c6535f6b5b7925f9fb7a868fd (diff) |
V4L/DVB (4370): Fix some typos on ioctl handling function
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
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 ee19979e540..cfab57d6bc4 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, } default: return v4l_compat_translate_ioctl(inode,file,cmd,arg, - gemtek_do_ioctl); + gemtek_pci_do_ioctl); } } |