aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/edac/i82860_edac.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/edac/i82860_edac.c')
-rw-r--r--drivers/edac/i82860_edac.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/edac/i82860_edac.c b/drivers/edac/i82860_edac.c
index e832778fc603..942129df0212 100644
--- a/drivers/edac/i82860_edac.c
+++ b/drivers/edac/i82860_edac.c
@@ -134,6 +134,7 @@ static int i82860_probe1(struct pci_dev *pdev, int dev_idx)
134 int index; 134 int index;
135 struct mem_ctl_info *mci = NULL; 135 struct mem_ctl_info *mci = NULL;
136 unsigned long last_cumul_size; 136 unsigned long last_cumul_size;
137 struct i82860_error_info discard;
137 138
138 u16 mchcfg_ddim; /* DRAM Data Integrity Mode 0=none,2=edac */ 139 u16 mchcfg_ddim; /* DRAM Data Integrity Mode 0=none,2=edac */
139 140
@@ -200,8 +201,7 @@ static int i82860_probe1(struct pci_dev *pdev, int dev_idx)
200 csrow->edac_mode = mchcfg_ddim ? EDAC_SECDED : EDAC_NONE; 201 csrow->edac_mode = mchcfg_ddim ? EDAC_SECDED : EDAC_NONE;
201 } 202 }
202 203
203 /* clear counters */ 204 i82860_get_error_info(mci, &discard); /* clear counters */
204 pci_write_bits16(mci->pdev, I82860_ERRSTS, 0x0003, 0x0003);
205 205
206 if (edac_mc_add_mc(mci)) { 206 if (edac_mc_add_mc(mci)) {
207 debugf3("%s(): failed edac_mc_add_mc()\n", __func__); 207 debugf3("%s(): failed edac_mc_add_mc()\n", __func__);