summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2023-11-23 10:56:20 +0100
committerThierry Reding <thierry.reding@gmail.com>2023-12-20 16:04:13 +0100
commitb0445a18d3eef36b7dc4e07a0ccb4f7178251942 (patch)
tree71b2e2cf8eb0a127848dff0e27e4a9886bfcba34 /tools/perf/scripts/python/stackcollapse.py
parent1c9a2ad84f5a7450265a2ffcdb27715dbca2b980 (diff)
pwm: Narrow scope of struct pwm_device pointer
In the expression determining the size of the allocation for chip->pwms it's more natural to use sizeof(*chip->pwms) than sizeof(*pwm). With that changed, the variable pwm is only used in a for loop and its scope can be reduced accordingly. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions