Pull trivial into release branch
[sfrench/cifs-2.6.git] / drivers / acpi / thermal.c
index d0b44ce2ec5a5a25034d21f754f9bbc5e2a358d6..a29af58cb4cd8771cc2d4a42b487db263f6e0541 100644 (file)
@@ -684,8 +684,7 @@ static void acpi_thermal_run(unsigned long data)
 {
        struct acpi_thermal *tz = (struct acpi_thermal *)data;
        if (!tz->zombie)
-               acpi_os_queue_for_execution(OSD_PRIORITY_GPE,
-                                           acpi_thermal_check, (void *)data);
+               acpi_os_execute(OSL_GPE_HANDLER, acpi_thermal_check, (void *)data);
 }
 
 static void acpi_thermal_check(void *data)