diff options
author | 2023-11-23 10:56:20 +0100 | |
---|---|---|
committer | 2023-12-20 16:04:13 +0100 | |
commit | b0445a18d3eef36b7dc4e07a0ccb4f7178251942 (patch) | |
tree | 71b2e2cf8eb0a127848dff0e27e4a9886bfcba34 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | pwm: jz4740: Add trailing \n to error messages (diff) | |
download | wireguard-linux-b0445a18d3eef36b7dc4e07a0ccb4f7178251942.tar.xz wireguard-linux-b0445a18d3eef36b7dc4e07a0ccb4f7178251942.zip |
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/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions