aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorAlan Cox <alan@linux.intel.com>2012-10-26 01:05:56 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2012-10-26 01:05:56 +0200
commit879dca019dc43a1622edca3e7dde644b14b5acc5 (patch)
tree2bc8fc5d830a0dc366e62f438b7899500865ae19 /drivers
parentfreezer: exec should clear PF_NOFREEZE along with PF_KTHREAD (diff)
downloadlinux-dev-879dca019dc43a1622edca3e7dde644b14b5acc5.tar.xz
linux-dev-879dca019dc43a1622edca3e7dde644b14b5acc5.zip
ACPI: missing break
We handle NOTIFY_THROTTLING so don't then fall through to unsupported event. Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/acpi/processor_driver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/processor_driver.c b/drivers/acpi/processor_driver.c
index e78c2a52ea46..bd4e5dca3ff7 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));