diff options
-rw-r--r-- | drivers/media/usb/uvc/uvc_v4l2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/usb/uvc/uvc_v4l2.c b/drivers/media/usb/uvc/uvc_v4l2.c index b1aa55fb8984..bf9d07393139 100644 --- a/drivers/media/usb/uvc/uvc_v4l2.c +++ b/drivers/media/usb/uvc/uvc_v4l2.c | |||
@@ -932,7 +932,7 @@ static long uvc_v4l2_do_ioctl(struct file *file, unsigned int cmd, void *arg) | |||
932 | 932 | ||
933 | case VIDIOC_G_CROP: | 933 | case VIDIOC_G_CROP: |
934 | case VIDIOC_S_CROP: | 934 | case VIDIOC_S_CROP: |
935 | return -EINVAL; | 935 | return -ENOTTY; |
936 | 936 | ||
937 | /* Buffers & streaming */ | 937 | /* Buffers & streaming */ |
938 | case VIDIOC_REQBUFS: | 938 | case VIDIOC_REQBUFS: |
@@ -1038,7 +1038,7 @@ static long uvc_v4l2_do_ioctl(struct file *file, unsigned int cmd, void *arg) | |||
1038 | 1038 | ||
1039 | case VIDIOC_ENUMOUTPUT: | 1039 | case VIDIOC_ENUMOUTPUT: |
1040 | uvc_trace(UVC_TRACE_IOCTL, "Unsupported ioctl 0x%08x\n", cmd); | 1040 | uvc_trace(UVC_TRACE_IOCTL, "Unsupported ioctl 0x%08x\n", cmd); |
1041 | return -EINVAL; | 1041 | return -ENOTTY; |
1042 | 1042 | ||
1043 | case UVCIOC_CTRL_MAP: | 1043 | case UVCIOC_CTRL_MAP: |
1044 | return uvc_ioctl_ctrl_map(chain, arg); | 1044 | return uvc_ioctl_ctrl_map(chain, arg); |