Re: [PATCH 1/7] pwm: change &pci->dev to dev in probe

From: Ben Dooks
Date: Wed Jul 13 2022 - 06:54:33 EST


On 13/07/2022 09:16, Uwe Kleine-König wrote:
On Tue, Jul 12, 2022 at 11:01:07AM +0100, Ben Dooks wrote:
The dwc_pwm_probe() assignes dev to be &pci->dev but then uses
&pci->dev throughout the function. Change these all to the be
'dev' variable to make lines shorter.

Looks reasonable.

Acked-by: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx>

Thanks for the reviews, I'll get a new series out tomorrow.

I might avoid the last patch about number of pwms for now
and just get the basic driver updates sorted.

--
Ben