x86/microcode: Clean up mc_cpu_down_prep()
authorThomas Gleixner <tglx@linutronix.de>
Mon, 2 Oct 2023 11:59:55 +0000 (13:59 +0200)
committerBorislav Petkov (AMD) <bp@alien8.de>
Tue, 24 Oct 2023 13:05:54 +0000 (15:05 +0200)
commitba48aa32388ac652256baa8d0a6092d350160da0
tree11527b922211e0bb508ce04612b00b2e0c55aac0
parent2e1997335ceb6fc819862804f51d4fe83593c138
x86/microcode: Clean up mc_cpu_down_prep()

This function has nothing to do with suspend. It's a hotplug
callback. Remove the bogus comment.

Drop the pointless debug printk. The hotplug core provides tracepoints
which track the invocation of those callbacks.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/r/20231002115903.028651784@linutronix.de
arch/x86/kernel/cpu/microcode/core.c