> --- a/drivers/acpi/thermal.c > +++ b/drivers/acpi/thermal.c > @@ -1106,7 +1106,6 @@ static void acpi_thermal_notify(acpi_handle handle, u32 > event, void *data) > break; > case ACPI_THERMAL_NOTIFY_THRESHOLDS: > acpi_thermal_get_trip_points(tz); >- acpi_thermal_check(tz); > acpi_bus_generate_event(device, event, 0); > break; > case ACPI_THERMAL_NOTIFY_DEVICES:
I don't think we can do this. When the thresholds change, there must be a check to compare the temperature with the thresholds -- otherwise what good was it to change the thresholds? -Len - To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html