media: atomisp: fix driver caps
[linux-2.6-microblaze.git] / drivers / staging / media / atomisp / pci / atomisp_subdev.c
index 830aefa..2bde2c8 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. */