From: Alan Cox <alan@lxorguk.ukuu.org.uk>
To: lenb@linux.intel.com, linux-acpi@vger.kernel.org
Subject: [PATCH] acpi: missing break
Date: Thu, 25 Oct 2012 15:32:37 +0100 [thread overview]
Message-ID: <20121025143229.17059.47783.stgit@localhost.localdomain> (raw)
From: Alan Cox <alan@linux.intel.com>
We handle NOTIFY_THROTTLING so don't then fll through to unsupported event
Signed-off-by: Alan Cox <alan@linux.intel.com>
---
drivers/acpi/processor_driver.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/acpi/processor_driver.c b/drivers/acpi/processor_driver.c
index ae50bfc..a4352b8 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));
reply other threads:[~2012-10-25 14:31 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20121025143229.17059.47783.stgit@localhost.localdomain \
--to=alan@lxorguk.ukuu.org.uk \
--cc=lenb@linux.intel.com \
--cc=linux-acpi@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.