]> www.infradead.org Git - users/jedix/linux-maple.git/commit
EDAC/ie31200: Fix the DIMM size mask for several SoCs
authorQiuxu Zhuo <qiuxu.zhuo@intel.com>
Mon, 10 Mar 2025 01:14:02 +0000 (09:14 +0800)
committerTony Luck <tony.luck@intel.com>
Mon, 10 Mar 2025 17:43:05 +0000 (10:43 -0700)
commit3427befbbca6b19fe0e37f91d66ce5221de70bf1
treee6a14e600c2e9d6cf9f8123123ed3bc310bb128c
parentd59d844e319d97682c8de29b88d2d60922a683b3
EDAC/ie31200: Fix the DIMM size mask for several SoCs

The DIMM size mask for {Sky, Kaby, Coffee} Lake is not bits{7:0},
but bits{5:0}. Fix it.

Fixes: 953dee9bbd24 ("EDAC, ie31200_edac: Add Skylake support")
Signed-off-by: Qiuxu Zhuo <qiuxu.zhuo@intel.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Tested-by: Gary Wang <gary.c.wang@intel.com>
Link: https://lore.kernel.org/r/20250310011411.31685-3-qiuxu.zhuo@intel.com
drivers/edac/ie31200_edac.c