pwm: pxa: Always use the same variable name for driver data
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Wed, 5 May 2021 16:19:09 +0000 (18:19 +0200)
committerThierry Reding <thierry.reding@gmail.com>
Wed, 30 Jun 2021 17:12:18 +0000 (19:12 +0200)
commitb63d60b2eaf3a20a60cbd3b1f252584604e828c7
tree326664904e3e0525e382ebdadefb6a7a61259dd9
parent81b7c173e3609ed77a9f9909406aefa122801a38
pwm: pxa: Always use the same variable name for driver data

In most functions the driver data variable is called pc. Do the same in
the two remaining functions.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/pwm/pwm-pxa.c