diff options
| author | Hans de Goede <hdegoede@redhat.com> | 2024-04-12 19:38:55 +0100 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@kernel.org> | 2024-04-26 10:57:06 +0100 |
| commit | ca9ff7227931811fa13f197d6748a211419acd16 (patch) | |
| tree | 7c2716cdf7482da9ab695ce78557e2f120683385 /tools/perf/scripts/python/bin | |
| parent | media: atomisp: Remove test pattern generator (TPG) support (diff) | |
| download | linux-ca9ff7227931811fa13f197d6748a211419acd16.tar.gz linux-ca9ff7227931811fa13f197d6748a211419acd16.zip | |
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>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
