diff options
| author | Andy Shevchenko <[email protected]> | 2020-08-17 18:07:24 +0200 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2020-09-10 14:10:27 +0200 |
| commit | bbacb2740343ed6041c4e20fdc1996cc2c4917fb (patch) | |
| tree | 1f0b6ec1573099b5b0fd5cb3850ea27f15c5ff98 /tools/perf/scripts/python/mem-phys-addr.py | |
| parent | d8fc21c17099635e8ebd986d042be65a6c6b5bd0 (diff) | |
media: ipu3-cio2: Simplify cleanup code
The code looks more nicer if we use:
while (i--)
instead:
for (i = i - 1; i >= 0; i--)
This would also allow making 'i' unsigned again.
Signed-off-by: Andy Shevchenko <[email protected]>
Signed-off-by: Sakari Ailus <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/mem-phys-addr.py')
0 files changed, 0 insertions, 0 deletions