Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cf8267ff authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

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



Thanks to Jiri Slaby <jirislaby@gmail.com> for pointing this issue.


Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 0b86755f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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,
};