]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/acpi/thermal.c
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
[karo-tx-linux.git] / drivers / acpi / thermal.c
index f4ebe39539afb1cb2d986dd77c3371eeb3fcaf00..35e8fbca10ad5eb847b82f028600ebfb738203a5 100644 (file)
@@ -520,7 +520,8 @@ static void acpi_thermal_check(void *data)
        if (!tz->tz_enabled)
                return;
 
-       thermal_zone_device_update(tz->thermal_zone);
+       thermal_zone_device_update(tz->thermal_zone,
+                                  THERMAL_EVENT_UNSPECIFIED);
 }
 
 /* sys I/F for generic thermal sysfs support */