projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fe6ae5
)
drivers/platform/x86/dell-laptop.c: Remove some unneeded break statements
author
Marcos Paulo de Souza
<marcos.mage@gmail.com>
Thu, 10 Nov 2011 20:34:23 +0000
(18:34 -0200)
committer
Matthew Garrett
<mjg@redhat.com>
Tue, 20 Mar 2012 16:02:00 +0000
(12:02 -0400)
Signed-off-by: Marcos Paulo de Souza <marcos.mage@gmail.com>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
drivers/platform/x86/dell-laptop.c
patch
|
blob
|
history
diff --git
a/drivers/platform/x86/dell-laptop.c
b/drivers/platform/x86/dell-laptop.c
index d93e962f26100c7e0498f80f7dac437c6f0e87f5..62d59f13dee7df40b0e4ec85226bde1976730af3 100644
(file)
--- a/
drivers/platform/x86/dell-laptop.c
+++ b/
drivers/platform/x86/dell-laptop.c
@@
-236,9
+236,7
@@
static void __init find_tokens(const struct dmi_header *dm, void *dummy)
{
switch (dm->type) {
case 0xd4: /* Indexed IO */
- break;
case 0xd5: /* Protected Area Type 1 */
- break;
case 0xd6: /* Protected Area Type 2 */
break;
case 0xda: /* Calling interface */