Hans de Goede ca9ff72279 media: atomisp: Remove input_port_ID_t
Change the single, unexpected user of CSI_PORT0_ID

	for (port = CSI_PORT0_ID; port < N_CSI_PORTS; port++)

to

	for (port = 0; port < N_CSI_PORTS; port++) {

matching all the other for-loops iterating over the ports in
the same file.

And remove the now fully unused input_port_ID_t enum type.

Reviewed-by: Andy Shevchenko <andy@kernel.org>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
2024-04-26 10:57:06 +01:00
..
2024-03-21 13:03:44 -07:00
2024-02-19 09:46:59 +01:00
2024-01-24 10:20:27 -08:00
2024-01-24 10:20:27 -08:00