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:
Mauro Carvalho Chehab 2020-05-26 13:05:21 +02:00
parent 9ac8e4b90b
commit 19ae08554f

View File

@ -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. * Should any of those use V4L2_CAP_META_OUTPUT? Probably yes.
*/ */
device_caps = V4L2_CAP_IO_MC | device_caps = V4L2_CAP_VIDEO_CAPTURE |
V4L2_CAP_VIDEO_CAPTURE |
V4L2_CAP_STREAMING; V4L2_CAP_STREAMING;
/* Register the subdev and video node. */ /* Register the subdev and video node. */