Skip to content

Commit b5034c6

Browse files
murphy12138ingomolnar
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 <liubaolin@kylinos.cn> Signed-off-by: Ingo Molnar <mingo@kernel.org> Link: https://lore.kernel.org/r/396ba14d.2726.189d957b74b.Coremail.liubaolin12138@163.com
1 parent 7deda2c commit b5034c6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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)