The dwc_pwm_probe() assignes dev to be &pci->dev but then usesAcked-by: Jarkko Nikula <jarkko.nikula@xxxxxxxxxxxxxxx>
&pci->dev throughout the function. Change these all to the be
'dev' variable to make lines shorter.
Signed-off-by: Ben Dooks <ben.dooks@xxxxxxxxxx>
Acked-by: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx>
---
drivers/pwm/pwm-dwc.c | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)