mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
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>
This commit is contained in:
parent
ae2a84b407
commit
a825ac078b
2 changed files with 0 additions and 2 deletions
|
@ -649,7 +649,6 @@ static void kvm_check_ins(u32 *inst, u32 features)
|
||||||
kvm_patch_ins_mtsrin(inst, inst_rt, inst_rb);
|
kvm_patch_ins_mtsrin(inst, inst_rt, inst_rb);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
break;
|
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1987,7 +1987,6 @@ memex(void)
|
||||||
case '^':
|
case '^':
|
||||||
adrs -= size;
|
adrs -= size;
|
||||||
break;
|
break;
|
||||||
break;
|
|
||||||
case '/':
|
case '/':
|
||||||
if (nslash > 0)
|
if (nslash > 0)
|
||||||
adrs -= 1 << nslash;
|
adrs -= 1 << nslash;
|
||||||
|
|
Loading…
Add table
Reference in a new issue