Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp:
amd64_edac: read the right F2 maskoffset reg

+1 -1
+1 -1
drivers/edac/amd64_edac.c
··· 970 970 } 971 971 972 972 for (cs = 0; cs < pvt->num_dcsm; cs++) { 973 - reg = K8_DCSB0 + (cs * 4); 973 + reg = K8_DCSM0 + (cs * 4); 974 974 err = pci_read_config_dword(pvt->dram_f2_ctl, reg, 975 975 &pvt->dcsm0[cs]); 976 976 if (unlikely(err))