mirror of
https://github.com/torvalds/linux.git
synced 2024-12-02 09:01:34 +00:00
media: atomisp: fix driver caps
This device driver is not MC-centric. So, remove the wrong caps from it. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
parent
9ac8e4b90b
commit
19ae08554f
@ -1343,8 +1343,7 @@ int atomisp_subdev_register_entities(struct atomisp_sub_device *asd,
|
||||
* Should any of those use V4L2_CAP_META_OUTPUT? Probably yes.
|
||||
*/
|
||||
|
||||
device_caps = V4L2_CAP_IO_MC |
|
||||
V4L2_CAP_VIDEO_CAPTURE |
|
||||
device_caps = V4L2_CAP_VIDEO_CAPTURE |
|
||||
V4L2_CAP_STREAMING;
|
||||
|
||||
/* Register the subdev and video node. */
|
||||
|
Loading…
Reference in New Issue
Block a user