aboutsummaryrefslogtreecommitdiff
path: root/drivers/pwm/pwm-stm32.c
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 /drivers/pwm/pwm-stm32.c
parent1c9a2ad84f5a7450265a2ffcdb27715dbca2b980 (diff)
downloadlinux-b0445a18d3eef36b7dc4e07a0ccb4f7178251942.tar.gz
linux-b0445a18d3eef36b7dc4e07a0ccb4f7178251942.tar.bz2
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 'drivers/pwm/pwm-stm32.c')
0 files changed, 0 insertions, 0 deletions