hwmon: (pwm-fan) Disable PWM if fetching cooling data fails
authorStefan Wahren <stefan.wahren@i2se.com>
Wed, 3 Apr 2019 12:48:33 +0000 (14:48 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 May 2019 17:41:18 +0000 (19:41 +0200)
commitf1917f21c8f6b640e42d1330f9ca3b82b6f7bb16
tree77c741678718427511e8e042201710eef06e70b3
parent87cc345aefc961d2a4a241c11c5fd7aa286a1b08
hwmon: (pwm-fan) Disable PWM if fetching cooling data fails

commit 53f1647da3e8fb3e89066798f0fdc045064d353d upstream.

In case pwm_fan_of_get_cooling_data() fails we should disable the PWM
just like in the other error cases.

Fixes: 2e5219c77183 ("hwmon: (pwm-fan) Read PWM FAN configuration from device tree")
Cc: <stable@vger.kernel.org> # 4.14+
Reported-by: Guenter Rock <linux@roeck-us.net>
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hwmon/pwm-fan.c