提交 57e45b31 编写于 作者: J Jiri Slaby 提交者: Mauro Carvalho Chehab

V4L/DVB (5617): V4L2: videodev, allow debugging

videodev, allow debugging
fix typo? in videodev.c to allow debugging
Signed-off-by: NJiri Slaby <jirislaby@gmail.com>
Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
上级 14c4ffbe
......@@ -433,7 +433,7 @@ static int __video_do_ioctl(struct inode *inode, struct file *file,
int ret = -EINVAL;
if ( (vfd->debug & V4L2_DEBUG_IOCTL) &&
!(vfd->debug | V4L2_DEBUG_IOCTL_ARG)) {
!(vfd->debug & V4L2_DEBUG_IOCTL_ARG)) {
v4l_print_ioctl(vfd->name, cmd);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册