Commit 3ca57169 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

V4L/DVB (4370): Fix some typos on ioctl handling function

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 22694c0c
...@@ -317,7 +317,7 @@ static int gemtek_pci_do_ioctl(struct inode *inode, struct file *file, ...@@ -317,7 +317,7 @@ static int gemtek_pci_do_ioctl(struct inode *inode, struct file *file,
} }
default: default:
return v4l_compat_translate_ioctl(inode,file,cmd,arg, return v4l_compat_translate_ioctl(inode,file,cmd,arg,
gemtek_do_ioctl); gemtek_pci_do_ioctl);
} }
} }
......
...@@ -396,7 +396,7 @@ static int fmr2_do_ioctl(struct inode *inode, struct file *file, ...@@ -396,7 +396,7 @@ static int fmr2_do_ioctl(struct inode *inode, struct file *file,
} }
default: default:
return v4l_compat_translate_ioctl(inode,file,cmd,arg, return v4l_compat_translate_ioctl(inode,file,cmd,arg,
az_do_ioctl); fmr2_do_ioctl);
} }
} }
......
...@@ -301,7 +301,7 @@ static int typhoon_do_ioctl(struct inode *inode, struct file *file, ...@@ -301,7 +301,7 @@ static int typhoon_do_ioctl(struct inode *inode, struct file *file,
default: default:
return v4l_compat_translate_ioctl(inode,file,cmd,arg, return v4l_compat_translate_ioctl(inode,file,cmd,arg,
typhon_do_ioctl); typhoon_do_ioctl);
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment