From ad9c40b7dd749d6429c8b21178c125004c6dc75d Mon Sep 17 00:00:00 2001 From: Hui Wang Date: Mon, 6 Feb 2012 04:11:00 -0300 Subject: [PATCH] edac: sb_edac: Fix a INTERLEAVE_MODE() misuse We can identify dram interleave mode from the Dram Rule register rather than Dram Interleave list register. In this context, the reg of INTERLEAVE_MODE(reg) contains the Dram Interleave list register, we can't get interleave mode from the reg, while the variable interleave_mode saves the the mode got from the Dram Rule register, so we use the variable to replace INTERLEAVE_MDDE(reg) here. Signed-off-by: Hui Wang Signed-off-by: Mauro Carvalho Chehab --- Reading git-format-patch failed