diff --git a/[refs] b/[refs] index 2569b2f65b2c..a7ad092d2ed6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7e3cf246b532a640ff1176d0b988aa0a9338e36f +refs/heads/master: ca4e713080dd7f23cd1cf5d3871e0b717ee9b254 diff --git a/trunk/drivers/acpi/thermal.c b/trunk/drivers/acpi/thermal.c index f46c44048e44..dc047336cc37 100644 --- a/trunk/drivers/acpi/thermal.c +++ b/trunk/drivers/acpi/thermal.c @@ -531,6 +531,10 @@ static void acpi_thermal_check(void *data) { struct acpi_thermal *tz = data; + if (!tz->tz_enabled) { + pr_warn("thermal zone is disabled \n"); + return; + } thermal_zone_device_update(tz->thermal_zone); }