提交 8979e9d4 编写于 作者: M Mauro Carvalho Chehab

V4L/DVB: bttv: use unlocked ioctl

Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 c37db91f
......@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册