1
0
Fork 0

powerpc: Remove redundant breaks

break; break; isn't useful.

Remove one.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
hifive-unleashed-5.1
Joe Perches 2015-06-29 14:30:39 -07:00 committed by Michael Ellerman
parent ae2a84b407
commit a825ac078b
2 changed files with 0 additions and 2 deletions

View 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
}

View File

@ -1987,7 +1987,6 @@ memex(void)
case '^':
adrs -= size;
break;
break;
case '/':
if (nslash > 0)
adrs -= 1 << nslash;