mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 17:51:43 +00:00
V4L/DVB (7456): vivi: Add 32bit compatibility to the module
Thanks to Jiri Slaby <jirislaby@gmail.com> for pointing this issue. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
0b86755f57
commit
cf8267ff10
@ -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,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user