x86/microcode/intel: Remove redundant microcode late updated message
authorAshok Raj <ashok.raj@intel.com>
Wed, 29 Nov 2023 21:56:43 +0000 (13:56 -0800)
committerBorislav Petkov (AMD) <bp@alien8.de>
Fri, 1 Dec 2023 17:52:01 +0000 (18:52 +0100)
commit1f693ef550f051ef6a95dbfadfa4fbd600769a81
tree88a9c36287eb8916675f2c322ce84986c45d162f
parent2cc14f52aeb78ce3f29677c2de1f06c0e91471ab
x86/microcode/intel: Remove redundant microcode late updated message

After successful update, the late loading routine prints an update
summary similar to:

  microcode: load: updated on 128 primary CPUs with 128 siblings
  microcode: revision: 0x21000170 -> 0x21000190

Remove the redundant message in the Intel side of the driver.

  [ bp: Massage commit message. ]

Signed-off-by: Ashok Raj <ashok.raj@intel.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/r/ZWjYhedNfhAUmt0k@a4bf019067fa.jf.intel.com
arch/x86/kernel/cpu/microcode/intel.c