]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
powerpc: Remove redundant breaks
authorJoe Perches <joe@perches.com>
Mon, 29 Jun 2015 21:30:39 +0000 (14:30 -0700)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 6 Aug 2015 05:10:20 +0000 (15:10 +1000)
break; break; isn't useful.

Remove one.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/kvm.c
arch/powerpc/xmon/xmon.c

index 33aa4ddf597dc7f1a50ab6631b598935a6b86c31..9ad37f827a975f1f2a7f165447f951c9e2aa8fa7 100644 (file)
@@ -649,7 +649,6 @@ static void kvm_check_ins(u32 *inst, u32 features)
                        kvm_patch_ins_mtsrin(inst, inst_rt, inst_rb);
                }
                break;
-               break;
 #endif
        }
 
index e599259d84fc83773dcc01f7c81a362fdd777d65..7a39f6cb8a3da1c2c1ca21c1d9c6f281530b3df2 100644 (file)
@@ -1987,7 +1987,6 @@ memex(void)
                        case '^':
                                adrs -= size;
                                break;
-                               break;
                        case '/':
                                if (nslash > 0)
                                        adrs -= 1 << nslash;