X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Fthermal%2Fx86_pkg_temp_thermal.c;h=95f4c1bcdb4caf069df9f70dbe63ec3ae64b7908;hb=b26b5ef5ec7eab0e1d84c5b281e87b2f2a5e0586;hp=97f0a2bd93edfb64bc326adf29724bf456548ad8;hpb=18751e2eb51261059e51e1a7cf5aec2fd5429608;p=karo-tx-linux.git diff --git a/drivers/thermal/x86_pkg_temp_thermal.c b/drivers/thermal/x86_pkg_temp_thermal.c index 97f0a2bd93ed..95f4c1bcdb4c 100644 --- a/drivers/thermal/x86_pkg_temp_thermal.c +++ b/drivers/thermal/x86_pkg_temp_thermal.c @@ -348,7 +348,8 @@ static void pkg_temp_thermal_threshold_work_fn(struct work_struct *work) } if (notify) { pr_debug("thermal_zone_device_update\n"); - thermal_zone_device_update(phdev->tzone); + thermal_zone_device_update(phdev->tzone, + THERMAL_EVENT_UNSPECIFIED); } }