diff options
author | 2021-11-23 10:29:39 +0100 | |
---|---|---|
committer | 2022-02-02 18:03:05 +0100 | |
commit | 431c322298de001914ffe64b8792401c26bfb332 (patch) | |
tree | 2023b9b8a3b7f7bd53b22c307f4892aaef3fa062 /drivers/pwm/pwm-atmel.c | |
parent | pwm: stmpe: Drop unused setting of driver data (diff) | |
download | wireguard-linux-431c322298de001914ffe64b8792401c26bfb332.tar.xz wireguard-linux-431c322298de001914ffe64b8792401c26bfb332.zip |
pwm: stmpe: Rename variable pointing to driver private data
In all code locations but the probe function variables of type struct
stmpe_pwm * are called "stmpe_pwm". Align the name used in
stmpe_pwm_probe() accordingly. Still more as the current name "pwm" is
usually reserved for variables of type struct pwm_device *.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions