提交 cf8267ff 编写于 作者: M Mauro Carvalho Chehab

V4L/DVB (7456): vivi: Add 32bit compatibility to the module

Thanks to Jiri Slaby <jirislaby@gmail.com> for pointing this issue.
Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
上级 0b86755f
......@@ -1182,6 +1182,7 @@ static const struct file_operations vivi_fops = {
.read = vivi_read,
.poll = vivi_poll,
.ioctl = video_ioctl2, /* V4L2 ioctl handler */
.compat_ioctl = v4l_compat_ioctl32,
.mmap = vivi_mmap,
.llseek = no_llseek,
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册