Commits
Thierry Reding committed d870c80e1d1
pwm: tiehrpwm: Set driver data before runtime PM enable Runtime PM callbacks can be run right after runtime PM is enabled, so make sure to set the driver data before that. This is unlikely to ever happen with the current driver, but it doesn't hurt to follow best practices anyway. Signed-off-by: Thierry Reding <thierry.reding@gmail.com>