Skip to content

Commit

Permalink
drivers/platform/x86/dell-laptop.c: Remove some unneeded break statem…
Browse files Browse the repository at this point in the history
…ents

Signed-off-by: Marcos Paulo de Souza <marcos.mage@gmail.com>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
  • Loading branch information
Marcos Paulo de Souza authored and Matthew Garrett committed Mar 20, 2012
1 parent 6fe6ae5 commit fbd93bf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/platform/x86/dell-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit fbd93bf

Please sign in to comment.