summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorRichard Fitzgerald <rf@opensource.cirrus.com>2026-03-09 11:56:51 +0000
committerMark Brown <broonie@kernel.org>2026-03-09 13:44:35 +0000
commit66f71ec3539e0e724f5099e6d4bbc81db4d9954a (patch)
treedd2cb5e2d8ae4a7c12b44c68286cf47eb4881050 /tools/perf/scripts/python/stackcollapse.py
parenta2614f29ee37841638a2ca852da7f83aac6756dc (diff)
ASoC: cs35l56-test: Remove pointless duplicate loop counters
In cs35l56_test_parse_xu_onchip_spkid() the first two loops used local i to index an array and num_gpios/num_pulls to count how many entries it had seen. But both i and num_* started at 0 and incremented on each loop so were identical. Remove i from these loops. Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com> Link: https://patch.msgid.link/20260309115651.1090368-1-rf@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions