summaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/mem-phys-addr.py
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2020-08-17 18:07:24 +0200
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-09-10 14:10:27 +0200
commitbbacb2740343ed6041c4e20fdc1996cc2c4917fb (patch)
tree1f0b6ec1573099b5b0fd5cb3850ea27f15c5ff98 /tools/perf/scripts/python/mem-phys-addr.py
parentd8fc21c17099635e8ebd986d042be65a6c6b5bd0 (diff)
downloadlinux-bbacb2740343ed6041c4e20fdc1996cc2c4917fb.tar.gz
linux-bbacb2740343ed6041c4e20fdc1996cc2c4917fb.zip
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 <andriy.shevchenko@linux.intel.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/mem-phys-addr.py')
0 files changed, 0 insertions, 0 deletions