mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 23:53:32 +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
1 changed files with 1 additions and 2 deletions
|
@ -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 a new issue