On Fri, Nov 06, 2020 at 06:15:47PM +0100, Uwe Kleine-König wrote: > The ab8500 driver is the last one which doesn't (explicitly) use dynamic > allocation of the pwm id. Looking through the kernel sources I didn't > find a place that relies on this id. And with the device probed from > device tree pdev->id is -1 anyhow; making this explicit looks > beneficial, too. > > Signed-off-by: Uwe Kleine-König > --- > drivers/pwm/pwm-ab8500.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks. Thierry