提交 a825ac07 编写于 作者: J Joe Perches 提交者: Michael Ellerman

powerpc: Remove redundant breaks

break; break; isn't useful.

Remove one.
Signed-off-by: NJoe Perches <joe@perches.com>
Signed-off-by: NMichael Ellerman <mpe@ellerman.id.au>
上级 ae2a84b4
...@@ -649,7 +649,6 @@ static void kvm_check_ins(u32 *inst, u32 features) ...@@ -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) ...@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册