X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Facpi%2Fthermal.c;h=35e8fbca10ad5eb847b82f028600ebfb738203a5;hb=84d69848c97faab0c25aa2667b273404d2e2a64a;hp=f4ebe39539afb1cb2d986dd77c3371eeb3fcaf00;hpb=a2071cd765637002523798358d2ca441306d708b;p=karo-tx-linux.git diff --git a/drivers/acpi/thermal.c b/drivers/acpi/thermal.c index f4ebe39539af..35e8fbca10ad 100644 --- a/drivers/acpi/thermal.c +++ b/drivers/acpi/thermal.c @@ -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 */