Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'edac_fix_for_4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp

Pull EDAC fix from Borislav Petkov:
"A ppc4xx_edac fix for accessing ->csrows properly. This driver was
missed during the conversion a couple of years ago"

* tag 'edac_fix_for_4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp:
EDAC, ppc4xx: Access mci->csrows array elements properly

+1 -1
+1 -1
drivers/edac/ppc4xx_edac.c
··· 920 920 */ 921 921 922 922 for (row = 0; row < mci->nr_csrows; row++) { 923 - struct csrow_info *csi = &mci->csrows[row]; 923 + struct csrow_info *csi = mci->csrows[row]; 924 924 925 925 /* 926 926 * Get the configuration settings for this