drivers/platform/x86/dell-laptop.c: Remove some unneeded break statements
authorMarcos Paulo de Souza <marcos.mage@gmail.com>
Thu, 10 Nov 2011 20:34:23 +0000 (18:34 -0200)
committerMatthew 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

index d93e962f26100c7e0498f80f7dac437c6f0e87f5..62d59f13dee7df40b0e4ec85226bde1976730af3 100644 (file)
@@ -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 */
This page took 0.026565 seconds and 5 git commands to generate.