Commit b5034c63 authored by Baolin Liu's avatar Baolin Liu Committed by Ingo Molnar
Browse files

x86/cpu/amd: Remove redundant 'break' statement



This break is after the return statement, so it is redundant & confusing,
and should be deleted.

Signed-off-by: default avatarBaolin Liu <liubaolin@kylinos.cn>
Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/396ba14d.2726.189d957b74b.Coremail.liubaolin12138@163.com
parent 7deda2ce
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1001,7 +1001,6 @@ static bool cpu_has_zenbleed_microcode(void)

	default:
		return false;
		break;
	}

	if (boot_cpu_data.microcode < good_rev)