[media] uvcvideo: Return -ENOTTY in case of unknown ioctl
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Sun, 18 Dec 2011 23:22:50 +0000 (20:22 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 19 Mar 2012 17:06:27 +0000 (14:06 -0300)
commita3ec69b707718cb95317d1b783560210487c55a8
tree5114ddefbcf13174c00e04248b09d5db42384568
parentb9d0aa6e211039548f1480a5838398d517f1c3a9
[media] uvcvideo: Return -ENOTTY in case of unknown ioctl

-EINVAL is the wrong error code in that case, replace it with -ENOTTY.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/uvc/uvc_v4l2.c