The patch titled edac: fix offset of reg in i3200_edac module has been added to the -mm tree. Its filename is edac-i3200-memory-controller-driver-fix-offset-of-reg-in-i3200_edac-module.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: edac: fix offset of reg in i3200_edac module From: Jason Uhlenkott <juhlenko@xxxxxxxxxx> Fix an obviously wrong hardware register offset, which was inheirited from x38_edac (which was previously fixed). Thanks to Lu Zhihe for spotting this. Signed-off-by: Jason Uhlenkott <juhlenko@xxxxxxxxxx> Signed-off-by: Doug Thompson <dougthompson@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/edac/i3200_edac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/edac/i3200_edac.c~edac-i3200-memory-controller-driver-fix-offset-of-reg-in-i3200_edac-module drivers/edac/i3200_edac.c --- a/drivers/edac/i3200_edac.c~edac-i3200-memory-controller-driver-fix-offset-of-reg-in-i3200_edac-module +++ a/drivers/edac/i3200_edac.c @@ -29,7 +29,7 @@ /* Intel 3200 register addresses - device 0 function 0 - DRAM Controller */ #define I3200_MCHBAR_LOW 0x48 /* MCH Memory Mapped Register BAR */ -#define I3200_MCHBAR_HIGH 0x4b +#define I3200_MCHBAR_HIGH 0x4c #define I3200_MCHBAR_MASK 0xfffffc000ULL /* bits 35:14 */ #define I3200_MMR_WINDOW_SIZE 16384 _ Patches currently in -mm which might be from juhlenko@xxxxxxxxxx are edac-i3200-memory-controller-driver.patch edac-i3200-memory-controller-driver-fix-offset-of-reg-in-i3200_edac-module.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html