commit | d1c754a9326d95dff93bfe8004cba8574a7a20a8 | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hans.verkuil@cisco.com> | Thu Apr 19 12:36:03 2012 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Thu Apr 19 17:23:55 2012 -0300 |
tree | 2fd7dedd41270de9717dd87bfb8eb285d3bcfd62 | |
parent | ee71e7b3ae1780e4475aa5dd980dd99c0309079b [diff] |
[media] V4L2: drivers implementing vidioc_default should also return -ENOTTY If the vidioc_default implementation doesn't support the ioctl, then drivers must return -ENOTTY instead of -EINVAL. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>