Subject: [PATCH] [acpi thermal] Don't generate bus event on TEMPERATURE event Signed-off-by: Patrick Mochel --- drivers/acpi/drivers/thermal/event.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) applies-to: 7c7a0cf21082b2da32d3548f2f11b01fb22abc67 1ddebac39d3b430b751f784c86311ed8cdf3f538 diff --git a/drivers/acpi/drivers/thermal/event.c b/drivers/acpi/drivers/thermal/event.c index e79ce0b..4022d6e 100644 --- a/drivers/acpi/drivers/thermal/event.c +++ b/drivers/acpi/drivers/thermal/event.c @@ -36,7 +36,7 @@ static int thermal_notify(struct acpi_de } declare_acpi_events(thermal, - acpi_event_raise(ACPI_THERMAL_NOTIFY_TEMPERATURE), + acpi_event_no_raise(ACPI_THERMAL_NOTIFY_TEMPERATURE), acpi_event_raise(ACPI_THERMAL_NOTIFY_THRESHOLDS), acpi_event_raise(ACPI_THERMAL_NOTIFY_DEVICES)); --- 0.99.9.GIT