|
@@ -920,7 +920,7 @@ static int ppc4xx_edac_init_csrows(struct mem_ctl_info *mci, u32 mcopt1)
|
|
|
*/
|
|
*/
|
|
|
|
|
|
|
|
for (row = 0; row < mci->nr_csrows; row++) {
|
|
for (row = 0; row < mci->nr_csrows; row++) {
|
|
|
- struct csrow_info *csi = &mci->csrows[row];
|
|
|
|
|
|
|
+ struct csrow_info *csi = mci->csrows[row];
|
|
|
|
|
|
|
|
/*
|
|
/*
|
|
|
* Get the configuration settings for this
|
|
* Get the configuration settings for this
|