From: Alan Cox <[email protected]> We handle NOTIFY_THROTTLING so don't then fall through to unsupported event.
Signed-off-by: Alan Cox <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]> Cc: <[email protected]> # 3.6.x Cc: <[email protected]> # 3.4.x Cc: <[email protected]> # 3.2.x Cc: <[email protected]> # 3.0.x Upstream-ID: 879dca019dc43a1622edca3e7dde644b14b5acc5 Stable-Trees: 3.6 3.4 3.2 3.0 Signed-off-by: Peter Huewe <[email protected]> --- drivers/acpi/processor_driver.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/acpi/processor_driver.c b/drivers/acpi/processor_driver.c index bfc31cb..bebe17f 100644 --- a/drivers/acpi/processor_driver.c +++ b/drivers/acpi/processor_driver.c @@ -409,6 +409,7 @@ static void acpi_processor_notify(struct acpi_device *device, u32 event) acpi_bus_generate_proc_event(device, event, 0); acpi_bus_generate_netlink_event(device->pnp.device_class, dev_name(&device->dev), event, 0); + break; default: ACPI_DEBUG_PRINT((ACPI_DB_INFO, "Unsupported event [0x%x]\n", event)); -- 1.7.8.6 -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
