diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-08-08 08:10:06 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-09-26 10:53:19 -0400 |
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 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 | ||