[PATCH] X86 microcode AMD: Missing firmware file is not an error

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Do it the same way as done in microcode_intel.c:
use pr_debug for missing firmware files.
There seem to be CPUs out there for which no microcode update has been
submitted to kernel-firmware repo yet resulting in:

microcode: failed to load file amd-ucode/microcode_amd_fam16h.bin

error messages in dmesg.

Signed-off-by: Thomas Renninger <trenn@xxxxxxx>
CC: bp@xxxxxxx
CC: stable@xxxxxxxxxxxxxxx
---
 arch/x86/kernel/microcode_amd.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/x86/kernel/microcode_amd.c b/arch/x86/kernel/microcode_amd.c
index af99f71..c3d4cc9 100644
--- a/arch/x86/kernel/microcode_amd.c
+++ b/arch/x86/kernel/microcode_amd.c
@@ -431,7 +431,7 @@ static enum ucode_state request_microcode_amd(int cpu, struct device *device,
 		snprintf(fw_name, sizeof(fw_name), "amd-ucode/microcode_amd_fam%.2xh.bin", c->x86);
 
 	if (request_firmware(&fw, (const char *)fw_name, device)) {
-		pr_err("failed to load file %s\n", fw_name);
+		pr_debug("failed to load file %s\n", fw_name);
 		goto out;
 	}
 
-- 
1.7.6.1

--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux Kernel]     [Kernel Development Newbies]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Hiking]     [Linux Kernel]     [Linux SCSI]