commit | 02bbb814d8db7b632458fcf8651267798eeef985 | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hverkuil@xs4all.nl> | Wed Feb 08 08:09:36 2012 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Mon Mar 19 22:36:13 2012 -0300 |
tree | f28ca5d94ea883c4781ce48bb33d2573d7ffc401 | |
parent | ff38d58ec08e347f01fc380f774cedde6dec4103 [diff] |
[media] -EINVAL -> -ENOTTY I found one more place where -EINVAL is used instead of -ENOTTY: Note that drivers/media/dvb/dvb-core/dvbdev.c has the same code, but as far as I can tell DVB is still using -EINVAL for unknown ioctls so I didn't change that. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>