Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pwm: bcm2835: Fix NPD in suspend/resume
When 119a508 ("pwm: bcm2835: Add support for suspend/resume") was sent out on October 11th,, there was still a call to platform_set_drvdata() which would ensure that the driver private data structure could be used in bcm2835_pwm_{suspend,resume}. A cleanup now merged as commit commit 2ce7b7f ("pwm: bcm2835: Simplify using devm functions") removed that call which would now cause a NPD in bcm2835_pwm_{suspend,resume} as a consequence. Fixes: 119a508 ("pwm: bcm2835: Add support for suspend/resume") Signed-off-by: Florian Fainelli <[email protected]> Reviewed-by: Uwe Kleine-König <[email protected]> Link: https://lore.kernel.org/linux-pwm/[email protected] Signed-off-by: Uwe Kleine-König <[email protected]>
- Loading branch information