On Monday 19 December 2011 00:55:45 Laurent Pinchart wrote:
> -EINVAL is the wrong error code in that case, replace it with -ENOTTY.
> 
> Signed-off-by: Laurent Pinchart <[email protected]>

Reviewed-by: Hans Verkuil <[email protected]>

> ---
>  drivers/media/video/uvc/uvc_v4l2.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/media/video/uvc/uvc_v4l2.c
> b/drivers/media/video/uvc/uvc_v4l2.c index 2ae4f88..f09ee8b 100644
> --- a/drivers/media/video/uvc/uvc_v4l2.c
> +++ b/drivers/media/video/uvc/uvc_v4l2.c
> @@ -1012,7 +1012,7 @@ static long uvc_v4l2_do_ioctl(struct file *file,
> unsigned int cmd, void *arg)
> 
>       default:
>               uvc_trace(UVC_TRACE_IOCTL, "Unknown ioctl 0x%08x\n", cmd);
> -             return -EINVAL;
> +             return -ENOTTY;
>       }
> 
>       return ret;
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to