pwm: stmpe: Rename variable pointing to driver private data
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Tue, 23 Nov 2021 09:29:39 +0000 (10:29 +0100)
committerThierry Reding <thierry.reding@gmail.com>
Wed, 2 Feb 2022 17:03:05 +0000 (18:03 +0100)
commit431c322298de001914ffe64b8792401c26bfb332
tree2023b9b8a3b7f7bd53b22c307f4892aaef3fa062
parent74746ac0f03fdff07e4ad9344aaa4fab4028f9c9
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>
drivers/pwm/pwm-stmpe.c