diff options
| author | Hans Verkuil <[email protected]> | 2019-07-17 05:03:44 -0400 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2019-07-23 08:55:36 -0400 |
| commit | fa564e90257e5aa5b69a0c70fe59a91da3547897 (patch) | |
| tree | cfad0e4cf59b87429e659d253e466c24c9398fd6 /tools/perf/scripts/python/export-to-postgresql.py | |
| parent | 4965bcd3c1f3d3fcade75bb8693fc1a97c7b2773 (diff) | |
media: ov7670: don't return ENOTTY if SUBDEV_API is not set
If CONFIG_VIDEO_V4L2_SUBDEV_API is not set, then it is still possible
to call set_fmt for V4L2_SUBDEV_FORMAT_TRY, the result is just not
stored. So return 0 instead of -ENOTTY.
Calling get_fmt with V4L2_SUBDEV_FORMAT_TRY should return -EINVAL
instead of -ENOTTY, after all the get_fmt functionality is still
present, just not supported for TRY.
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