aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/edac/e752x_edac.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/edac/e752x_edac.c')
-rw-r--r--drivers/edac/e752x_edac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/edac/e752x_edac.c b/drivers/edac/e752x_edac.c
index facfdb1fa71c..d205d493a68a 100644
--- a/drivers/edac/e752x_edac.c
+++ b/drivers/edac/e752x_edac.c
@@ -1084,7 +1084,7 @@ static void e752x_init_sysbus_parity_mask(struct e752x_pvt *pvt)
1084 struct pci_dev *dev = pvt->dev_d0f1; 1084 struct pci_dev *dev = pvt->dev_d0f1;
1085 int enable = 1; 1085 int enable = 1;
1086 1086
1087 /* Allow module paramter override, else see if CPU supports parity */ 1087 /* Allow module parameter override, else see if CPU supports parity */
1088 if (sysbus_parity != -1) { 1088 if (sysbus_parity != -1) {
1089 enable = sysbus_parity; 1089 enable = sysbus_parity;
1090 } else if (cpu_id[0] && 1090 } else if (cpu_id[0] &&