media: atomisp: Add target validation to atomisp_subdev_set_selection()
authorHans de Goede <hdegoede@redhat.com>
Mon, 29 May 2023 10:37:30 +0000 (11:37 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Fri, 9 Jun 2023 14:28:29 +0000 (15:28 +0100)
commit566f6de6aa283be619e870fae175404b447cdee1
treedcd9bc62a39507449bbdd65dc8a281ef1791a968
parent7caa6570da6a21973340edf4075f31a59f08187a
media: atomisp: Add target validation to atomisp_subdev_set_selection()

As the 2 comments in the function already say both the sink and the source
pads only support setting the selection for 1 target:

/* Only crop target supported on sink pad. */
/* Only compose target is supported on source pads. */

Validate that the passed in target actually matches these expectations.

Link: https://lore.kernel.org/r/20230529103741.11904-11-hdegoede@redhat.com
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/staging/media/atomisp/pci/atomisp_subdev.c