Re: [PATCH 1/2] pwm: tiehrpwm: fix runtime pm imbalance at unbind

2017-08-21 Thread Thierry Reding
On Thu, Jul 20, 2017 at 12:48:16PM +0200, Johan Hovold wrote: > Remove unbalanced RPM put at driver unbind which resulted in a negative > usage count. > > Fixes: 19891b20e7c2 ("pwm: pwm-tiehrpwm: PWM driver support for EHRPWM") > Signed-off-by: Johan Hovold > --- >

Re: [PATCH 1/2] pwm: tiehrpwm: fix runtime pm imbalance at unbind

2017-08-21 Thread Thierry Reding
On Thu, Jul 20, 2017 at 12:48:16PM +0200, Johan Hovold wrote: > Remove unbalanced RPM put at driver unbind which resulted in a negative > usage count. > > Fixes: 19891b20e7c2 ("pwm: pwm-tiehrpwm: PWM driver support for EHRPWM") > Signed-off-by: Johan Hovold > --- > drivers/pwm/pwm-tiehrpwm.c |

[PATCH 1/2] pwm: tiehrpwm: fix runtime pm imbalance at unbind

2017-07-20 Thread Johan Hovold
Remove unbalanced RPM put at driver unbind which resulted in a negative usage count. Fixes: 19891b20e7c2 ("pwm: pwm-tiehrpwm: PWM driver support for EHRPWM") Signed-off-by: Johan Hovold --- drivers/pwm/pwm-tiehrpwm.c | 1 - 1 file changed, 1 deletion(-) diff --git

[PATCH 1/2] pwm: tiehrpwm: fix runtime pm imbalance at unbind

2017-07-20 Thread Johan Hovold
Remove unbalanced RPM put at driver unbind which resulted in a negative usage count. Fixes: 19891b20e7c2 ("pwm: pwm-tiehrpwm: PWM driver support for EHRPWM") Signed-off-by: Johan Hovold --- drivers/pwm/pwm-tiehrpwm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/pwm/pwm-tiehrpwm.c