mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-05 00:56:40 +07:00
V4L/DVB (5617): V4L2: videodev, allow debugging
videodev, allow debugging fix typo? in videodev.c to allow debugging Signed-off-by: Jiri Slaby <jirislaby@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
14c4ffbe68
commit
57e45b31c1
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user