V4L/DVB (4370): Fix some typos on ioctl handling function
authorMauro Carvalho Chehab <mchehab@infradead.org>
Tue, 8 Aug 2006 12:10:06 +0000 (09:10 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Tue, 26 Sep 2006 14:53:19 +0000 (11:53 -0300)
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/radio/radio-gemtek-pci.c
drivers/media/radio/radio-sf16fmr2.c
drivers/media/radio/radio-typhoon.c

index ee19979..cfab57d 100644 (file)
@@ -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);
        }
 }
 
index 3f4ee62..0c7b514 100644 (file)
@@ -396,7 +396,7 @@ static int fmr2_do_ioctl(struct inode *inode, struct file *file,
                }
                default:
                        return v4l_compat_translate_ioctl(inode,file,cmd,arg,
-                                                         az_do_ioctl);
+                                                         fmr2_do_ioctl);
 
        }
 }
index f8b732b..4a72b4d 100644 (file)
@@ -301,7 +301,7 @@ static int typhoon_do_ioctl(struct inode *inode, struct file *file,
 
                default:
                        return v4l_compat_translate_ioctl(inode,file,cmd,arg,
-                                                         typhon_do_ioctl);
+                                                         typhoon_do_ioctl);
        }
 }