diff options
author | Janusz Krzysztofik <jmkrzyszt@gmail.com> | 2019-06-03 00:22:15 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-06-22 00:53:25 +0300 |
commit | 5c49ac3ac6562a39baa2aece050a14b661197036 (patch) | |
tree | 892aaee709f55490abf0a5271da4ad52e723be44 /tools/wmi | |
parent | 26092e7eec3d1a5f2dd4fc9cb691bfdcdc558a51 (diff) | |
download | linux-5c49ac3ac6562a39baa2aece050a14b661197036.tar.xz |
media: ov6650: Fix device node exposed without proper locking
Commit c62b96050bee ("media: ov6650: Register with asynchronous
subdevice framework") carelessly requested creation of a video device
node by setting a V4L2_SUBDEV_FL_HAS_DEVNODE flag. The driver is not
ready for that as it doesn't implement proper locking required for
serialization of IOCTLs.
Fix it by dropping the flag assignment.
Fixes: c62b96050bee ("media: ov6650: Register with asynchronous subdevice framework")
Signed-off-by: Janusz Krzysztofik <jmkrzyszt@gmail.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'tools/wmi')
0 files changed, 0 insertions, 0 deletions