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

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
......@@ -1001,7 +1001,6 @@ static bool cpu_has_zenbleed_microcode(void)
default:
return false;
break;
}
if (boot_cpu_data.microcode < good_rev)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment