x86/microcode: Remove the driver announcement and version
authorBorislav Petkov (AMD) <bp@alien8.de>
Wed, 15 Nov 2023 21:02:11 +0000 (22:02 +0100)
committerBorislav Petkov (AMD) <bp@alien8.de>
Tue, 21 Nov 2023 15:20:49 +0000 (16:20 +0100)
commit2e569ada424c40ce27c99bfab4f9780619061c83
tree1b24b7c8828ba6a40f5fed6c56e2aac729aaf2d2
parent98b1cc82c4affc16f5598d4fa14b1858671b2263
x86/microcode: Remove the driver announcement and version

First of all, the print is useless. The driver will either load and say
which microcode revision the machine has or issue an error.

Then, the version number is meaningless and actively confusing, as Yazen
mentioned recently: when a subset of patches are backported to a distro
kernel, one can't assume the driver version is the same as the upstream
one. And besides, the version number of the loader hasn't been used and
incremented for a long time. So drop it.

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