media: pxa_camera: don't set caps in querycap
authorHans Verkuil <hverkuil-cisco@xs4all.nl>
Wed, 26 Jun 2019 07:14:39 +0000 (03:14 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Mon, 22 Jul 2019 19:07:10 +0000 (15:07 -0400)
commitde5b9b71975927ca36441944e5f76126bf3e9d7c
treed4ff8d9fad3ccd926da211f420f08ff435058636
parent34828fad5ecc709bd76194a1ec89424973f70c48
media: pxa_camera: don't set caps in querycap

The device_caps in struct video_device are already set correctly,
so there is no need to set them in querycap again.

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/platform/pxa_camera.c