]> asedeno.scripts.mit.edu Git - linux.git/commit
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)
committerGuenter Roeck <linux@roeck-us.net>
Tue, 16 Apr 2019 00:19:23 +0000 (17:19 -0700)
commit53f1647da3e8fb3e89066798f0fdc045064d353d
tree62285a995d270583d039e90846832f455014bfcf
parent15ade5d2e7775667cf191cf2f94327a4889f8b9d
hwmon: (pwm-fan) Disable PWM if fetching cooling data fails

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>
drivers/hwmon/pwm-fan.c