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

Commit feecf93d authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab
Browse files

[media] sn9c102: convert to unlocked_ioctl



Trivial conversion, this driver used a mutex already.

Signed-off-by: default avatarHans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 61df3c9b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3238,7 +3238,7 @@ static const struct v4l2_file_operations sn9c102_fops = {
	.owner = THIS_MODULE,
	.open = sn9c102_open,
	.release = sn9c102_release,
	.ioctl = sn9c102_ioctl,
	.unlocked_ioctl = sn9c102_ioctl,
	.read = sn9c102_read,
	.poll = sn9c102_poll,
	.mmap = sn9c102_mmap,