|
@@ -1019,6 +1019,8 @@ void thermal_zone_device_update(struct thermal_zone_device *tz)
|
|
thermal_zone_device_set_polling(tz, tz->passive_delay);
|
|
thermal_zone_device_set_polling(tz, tz->passive_delay);
|
|
else if (tz->polling_delay)
|
|
else if (tz->polling_delay)
|
|
thermal_zone_device_set_polling(tz, tz->polling_delay);
|
|
thermal_zone_device_set_polling(tz, tz->polling_delay);
|
|
|
|
+ else
|
|
|
|
+ thermal_zone_device_set_polling(tz, 0);
|
|
mutex_unlock(&tz->lock);
|
|
mutex_unlock(&tz->lock);
|
|
}
|
|
}
|
|
EXPORT_SYMBOL(thermal_zone_device_update);
|
|
EXPORT_SYMBOL(thermal_zone_device_update);
|