diff options
Diffstat (limited to 'drivers/thermal/thermal_core.c')
| -rw-r--r-- | drivers/thermal/thermal_core.c | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/drivers/thermal/thermal_core.c b/drivers/thermal/thermal_core.c index 95c399f94744..e6669aeda1ff 100644 --- a/drivers/thermal/thermal_core.c +++ b/drivers/thermal/thermal_core.c @@ -1728,7 +1728,8 @@ static void thermal_zone_device_resume(struct work_struct *work)  	thermal_debug_tz_resume(tz);  	thermal_zone_device_init(tz); -	__thermal_zone_device_update(tz, THERMAL_EVENT_UNSPECIFIED); +	thermal_governor_update_tz(tz, THERMAL_TZ_RESUME); +	__thermal_zone_device_update(tz, THERMAL_TZ_RESUME);  	complete(&tz->resume);  	tz->resuming = false; |