]> git.karo-electronics.de Git - linux-beck.git/blobdiff - drivers/thermal/x86_pkg_temp_thermal.c
Merge tag 'pci-v4.9-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helga...
[linux-beck.git] / drivers / thermal / x86_pkg_temp_thermal.c
index 97f0a2bd93edfb64bc326adf29724bf456548ad8..95f4c1bcdb4caf069df9f70dbe63ec3ae64b7908 100644 (file)
@@ -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);
        }
 }