Skip to content

Commit b5034c6

Browse files
murphy12138Ingo Molnar
authored andcommitted
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: Baolin Liu <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 7deda2c commit b5034c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/x86/kernel/cpu/amd.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,6 @@ static bool cpu_has_zenbleed_microcode(void)
10011001

10021002
default:
10031003
return false;
1004-
break;
10051004
}
10061005

10071006
if (boot_cpu_data.microcode < good_rev)

0 commit comments

Comments
 (0)