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 d93e962..62d59f1 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 */