diff options
| author | Hans de Goede <[email protected]> | 2024-04-12 19:38:55 +0100 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2024-04-26 10:57:06 +0100 |
| commit | ca9ff7227931811fa13f197d6748a211419acd16 (patch) | |
| tree | 7c2716cdf7482da9ab695ce78557e2f120683385 /tools/perf/scripts/python/bin | |
| parent | a0821ca14bb808800e444e01f074e32dc4c0d161 (diff) | |
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 <[email protected]>
Signed-off-by: Hans de Goede <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions