aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/utils.py
diff options
context:
space:
mode:
authorUwe Kleine-König <[email protected]>2023-11-23 10:56:20 +0100
committerThierry Reding <[email protected]>2023-12-20 16:04:13 +0100
commitb0445a18d3eef36b7dc4e07a0ccb4f7178251942 (patch)
tree71b2e2cf8eb0a127848dff0e27e4a9886bfcba34 /scripts/gdb/linux/utils.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 <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions