aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/misc')
-rw-r--r--drivers/misc/thinkpad_acpi.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/misc/thinkpad_acpi.c b/drivers/misc/thinkpad_acpi.c
index 7dc3a2206195..f824259fa611 100644
--- a/drivers/misc/thinkpad_acpi.c
+++ b/drivers/misc/thinkpad_acpi.c
@@ -3197,6 +3197,9 @@ static void fan_watchdog_reset(void)
3197{ 3197{
3198 static int fan_watchdog_active = 0; 3198 static int fan_watchdog_active = 0;
3199 3199
3200 if (fan_control_access_mode == TPACPI_FAN_WR_NONE)
3201 return;
3202
3200 if (fan_watchdog_active) 3203 if (fan_watchdog_active)
3201 cancel_delayed_work(&fan_watchdog_task); 3204 cancel_delayed_work(&fan_watchdog_task);
3202 3205