Loading drivers/media/v4l2-core/v4l2-compat-ioctl32.c +1 −0 Original line number Diff line number Diff line Loading @@ -851,6 +851,7 @@ static long do_video_ioctl(struct file *file, unsigned int cmd, unsigned long ar int compatible_arg = 1; long err = 0; memset(&karg, 0, sizeof(karg)); /* First, convert the command. */ switch (cmd) { case VIDIOC_G_FMT32: cmd = VIDIOC_G_FMT; break; Loading Loading
drivers/media/v4l2-core/v4l2-compat-ioctl32.c +1 −0 Original line number Diff line number Diff line Loading @@ -851,6 +851,7 @@ static long do_video_ioctl(struct file *file, unsigned int cmd, unsigned long ar int compatible_arg = 1; long err = 0; memset(&karg, 0, sizeof(karg)); /* First, convert the command. */ switch (cmd) { case VIDIOC_G_FMT32: cmd = VIDIOC_G_FMT; break; Loading