aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/edac/i82875p_edac.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/edac/i82875p_edac.c')
-rw-r--r--drivers/edac/i82875p_edac.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/edac/i82875p_edac.c b/drivers/edac/i82875p_edac.c
index c53f08d764c4..485525e4e8e8 100644
--- a/drivers/edac/i82875p_edac.c
+++ b/drivers/edac/i82875p_edac.c
@@ -407,6 +407,7 @@ static int i82875p_probe1(struct pci_dev *pdev, int dev_idx)
407 mci->mod_name = EDAC_MOD_STR; 407 mci->mod_name = EDAC_MOD_STR;
408 mci->mod_ver = I82875P_REVISION; 408 mci->mod_ver = I82875P_REVISION;
409 mci->ctl_name = i82875p_devs[dev_idx].ctl_name; 409 mci->ctl_name = i82875p_devs[dev_idx].ctl_name;
410 mci->dev_name = pci_name(pdev);
410 mci->edac_check = i82875p_check; 411 mci->edac_check = i82875p_check;
411 mci->ctl_page_to_phys = NULL; 412 mci->ctl_page_to_phys = NULL;
412 debugf3("%s(): init pvt\n", __func__); 413 debugf3("%s(): init pvt\n", __func__);