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

Commit 1f385717 authored by Stefan Ringel's avatar Stefan Ringel Committed by Mauro Carvalho Chehab
Browse files

[media] tm6000: change from ioctl to unlocked_ioctl

parent 7ecff8c9
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -1669,7 +1669,7 @@ static const struct v4l2_file_operations radio_fops = {
	.owner		= THIS_MODULE,
	.open		= tm6000_open,
	.release	= tm6000_release,
	.ioctl	  = video_ioctl2,
	.unlocked_ioctl	= video_ioctl2,
};

static const struct v4l2_ioctl_ops radio_ioctl_ops = {