media: atomisp: fix driver caps
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 26 May 2020 11:05:21 +0000 (13:05 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thu, 11 Jun 2020 16:12:11 +0000 (18:12 +0200)
This device driver is not MC-centric. So, remove the wrong
caps from it.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/staging/media/atomisp/pci/atomisp_subdev.c

index 830aefad9312e045cedbcd7bace527e2a4370911..2bde2c8ea46027d18a9fc23985dc892b460b457e 100644 (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.
         */
 
-       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. */