]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
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 ee19979e540c7ed5bf2dd42802a7ddb3d9ae899c..cfab57d6bc4a7b9d8dfcf3a86c1252affa7167da 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 3f4ee625b4c93c2640e1aaa9d1c671ebec9459ca..0c7b514205738a51835289aeed6e91de0fd4b07f 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 f8b732bc9a05dbf9d1c208809d6b852f3ae76233..4a72b4d4e62a70b7c174e6cdac0252f96d84e33a 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);
        }
 }