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

Commit 12a34cc8 authored by Michael Krufky's avatar Michael Krufky Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (12302): cx23885-417: fix broken IOCTL handling



IOCTLS will never get handled if we dont connect
video_ioctl2 to mpeg_fops.ioctl

Signed-off-by: default avatarMichael Krufky <mkrufky@kernellabs.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 2c905778
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1677,6 +1677,7 @@ static struct v4l2_file_operations mpeg_fops = {
	.read	       = mpeg_read,
	.poll          = mpeg_poll,
	.mmap	       = mpeg_mmap,
	.ioctl	       = video_ioctl2,
};

static const struct v4l2_ioctl_ops mpeg_ioctl_ops = {