]> Pileus Git - ~andy/linux/commit
pwm: atmel-pwm: Do not unprepare clock after successful registration
authorBo Shen <voice.shen@atmel.com>
Thu, 19 Dec 2013 03:42:22 +0000 (11:42 +0800)
committerThierry Reding <thierry.reding@gmail.com>
Fri, 20 Dec 2013 09:48:43 +0000 (10:48 +0100)
commit6a6833563f58d6f162bef5753b3a053d51a61a56
tree145aa0dbf5e0f090ed72bdf4b0a776af2f4c03e0
parent3f958fe7d3e37d26d321fe4761a6787bf22446b3
pwm: atmel-pwm: Do not unprepare clock after successful registration

When the PWM controller is registered successfully, the clock can not
unprepare, so fix it.

Signed-off-by: Bo Shen <voice.shen@atmel.com>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/pwm/pwm-atmel.c