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

[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
...@@ -3238,7 +3238,7 @@ static const struct v4l2_file_operations sn9c102_fops = { ...@@ -3238,7 +3238,7 @@ static const struct v4l2_file_operations sn9c102_fops = {
.owner = THIS_MODULE, .owner = THIS_MODULE,
.open = sn9c102_open, .open = sn9c102_open,
.release = sn9c102_release, .release = sn9c102_release,
.ioctl = sn9c102_ioctl, .unlocked_ioctl = sn9c102_ioctl,
.read = sn9c102_read, .read = sn9c102_read,
.poll = sn9c102_poll, .poll = sn9c102_poll,
.mmap = sn9c102_mmap, .mmap = sn9c102_mmap,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment