aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/edac/e7xxx_edac.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/edac/e7xxx_edac.c')
-rw-r--r--drivers/edac/e7xxx_edac.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/edac/e7xxx_edac.c b/drivers/edac/e7xxx_edac.c
index 367eb99c1d07..5202bbf2e0cd 100644
--- a/drivers/edac/e7xxx_edac.c
+++ b/drivers/edac/e7xxx_edac.c
@@ -463,6 +463,7 @@ static int e7xxx_probe1(struct pci_dev *pdev, int dev_idx)
463 463
464 debugf3("%s(): more mci init\n", __func__); 464 debugf3("%s(): more mci init\n", __func__);
465 mci->ctl_name = pvt->dev_info->ctl_name; 465 mci->ctl_name = pvt->dev_info->ctl_name;
466 mci->dev_name = pci_name(pdev);
466 mci->edac_check = e7xxx_check; 467 mci->edac_check = e7xxx_check;
467 mci->ctl_page_to_phys = ctl_page_to_phys; 468 mci->ctl_page_to_phys = ctl_page_to_phys;
468 e7xxx_init_csrows(mci, pdev, dev_idx, drc); 469 e7xxx_init_csrows(mci, pdev, dev_idx, drc);