]> Pileus Git - ~andy/linux/blobdiff - drivers/edac/e7xxx_edac.c
drivers/edac: mod MC to use workq instead of kthread
[~andy/linux] / drivers / edac / e7xxx_edac.c
index 367eb99c1d07b44432405adea45fbc39326dc8d8..5202bbf2e0cd0676b593f17aca763acc099ab1a1 100644 (file)
@@ -463,6 +463,7 @@ static int e7xxx_probe1(struct pci_dev *pdev, int dev_idx)
 
        debugf3("%s(): more mci init\n", __func__);
        mci->ctl_name = pvt->dev_info->ctl_name;
+       mci->dev_name = pci_name(pdev);
        mci->edac_check = e7xxx_check;
        mci->ctl_page_to_phys = ctl_page_to_phys;
        e7xxx_init_csrows(mci, pdev, dev_idx, drc);