]> git.baikalelectronics.ru Git - kernel.git/commit
media: atomisp: fix enum formats logic
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 25 Oct 2021 08:06:52 +0000 (09:06 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 15 Nov 2021 08:11:41 +0000 (08:11 +0000)
commit4f2f51c30266df08b22f3f3942d7e6926eaf8cf7
tree09ffb16e344946b04dc6f4457df58dc891167d77
parenta42fe7fb75db60a964ff6df3f14b7342326ff408
media: atomisp: fix enum formats logic

Changeset 4bf288a32103 ("media: v4l2-subdev: Verify v4l2_subdev_call() pad config argument")
added an extra verification for a pads parameter for enum mbus
format code.

Such change broke atomisp, because now the V4L2 core
refuses to enum MBUS formats if the state is empty.

So, add .which field in order to select the active formats,
in order to make it work again.

While here, improve error messages.

Fixes: 4bf288a32103 ("media: v4l2-subdev: Verify v4l2_subdev_call() pad config argument")
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/staging/media/atomisp/pci/atomisp_ioctl.c