Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a825ac07 authored by Joe Perches's avatar Joe Perches Committed by Michael Ellerman
Browse files

powerpc: Remove redundant breaks



break; break; isn't useful.

Remove one.

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent ae2a84b4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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
	}

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