diff options
| author | Hans Verkuil <[email protected]> | 2016-07-20 09:31:25 -0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2016-08-24 09:57:01 -0300 |
| commit | 0d0abef8d457c96dbb388cac5d3aec81650d8036 (patch) | |
| tree | 41f008cf82a16f499c1ec099f70144eb37256bf6 /tools/perf/scripts/python/export-to-postgresql.py | |
| parent | ecf37493f4bda87b77c83a4f64132e287cb55fc8 (diff) | |
[media] vivid: return -ENODATA if the current input doesn't support g/s_selection
Returning -EINVAL indicates wrong arguments, but that's not the case
here.
Returning -ENOTTY is also no option, since the ioctl is implemented, but
it just is not valid for this input.
So use -ENODATA instead. This is also used elsewhere when an ioctl isn't
valid for a specific input.
In this case G/S_SELECTION returned -EINVAL for the webcam input. That
input doesn't support cropping, instead it uses ENUM_FRAMESIZES to
enumerate a list of discrete frame sizes.
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions