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)
commitfae46cb0531b45c789e39128f676f2bafa3a7b47
tree09ffb16e344946b04dc6f4457df58dc891167d77
parentc10bcb13462e9cf43111d17f1e08b4bb4d4401b0
media: atomisp: fix enum formats logic

Changeset 374d62e7aa50 ("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: 374d62e7aa50 ("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