]> git.ipfire.org Git - thirdparty/linux.git/commit
EDAC/igen6: Reduce log level to debug for absent memory controllers
authorQiuxu Zhuo <qiuxu.zhuo@intel.com>
Wed, 18 Jun 2025 16:23:07 +0000 (00:23 +0800)
committerBorislav Petkov (AMD) <bp@alien8.de>
Mon, 23 Jun 2025 10:46:31 +0000 (12:46 +0200)
commit10fa9a4e4dc332e0ff18150c82ba87311deb82bc
tree75d5f788c9e646d8f2630bdcfa5f233bb61bee2c
parent1de70efcc8920020cdbc94dedb432a6204ae3319
EDAC/igen6: Reduce log level to debug for absent memory controllers

The current KERN_WARNING level message for detecting absent memory
controllers is overly dramatic. The BIOS likely had valid reasons to
disable the memory controller (e.g. it isn't connected to any DIMM
slots on the motherboard for this system). So there's nothing actually
wrong that needs to be fixed.

Reduce the log level to KERN_DEBUG to eliminate the false warning.

Suggested-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Qiuxu Zhuo <qiuxu.zhuo@intel.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/r/20250618162307.1523736-2-qiuxu.zhuo@intel.com
drivers/edac/igen6_edac.c