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

Commit 8979e9d4 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

V4L/DVB: bttv: use unlocked ioctl

parent c37db91f
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -3420,7 +3420,7 @@ static const struct v4l2_file_operations bttv_fops =
	.owner		  = THIS_MODULE,
	.open		  = bttv_open,
	.release	  = bttv_release,
	.ioctl	  = video_ioctl2,
	.unlocked_ioctl	  = video_ioctl2,
	.read		  = bttv_read,
	.mmap		  = bttv_mmap,
	.poll		  = bttv_poll,