提交 34b8fc8e 编写于 作者: M Matti Aaltonen 提交者: Mauro Carvalho Chehab

[media] V4L2: WL1273 FM Radio: Replace ioctl with unlocked_ioctl

Use unlocked_ioctl in v4l2_file_operations. The locking is
already in place.
Signed-off-by: NMatti J. Aaltonen <matti.j.aaltonen@nokia.com>
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 a3bc5e33
......@@ -1407,7 +1407,7 @@ static const struct v4l2_file_operations wl1273_fops = {
.read = wl1273_fm_fops_read,
.write = wl1273_fm_fops_write,
.poll = wl1273_fm_fops_poll,
.ioctl = video_ioctl2,
.unlocked_ioctl = video_ioctl2,
.open = wl1273_fm_fops_open,
.release = wl1273_fm_fops_release,
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册