x86/cpu/amd: Remove redundant 'break' statement
authorBaolin Liu <liubaolin@kylinos.cn>
Wed, 9 Aug 2023 08:09:11 +0000 (16:09 +0800)
committerIngo Molnar <mingo@kernel.org>
Fri, 29 Sep 2023 09:24:09 +0000 (11:24 +0200)
commitb5034c63858d8cb44587bb1ce5a0790a1b4e4a05
tree885c9bec0be029e6338cf70cba351b2fd405b89a
parent7deda2ce5b33edc6d689e429e3fe75382468b030
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
arch/x86/kernel/cpu/amd.c