diff options
Diffstat (limited to 'drivers/edac/i5000_edac.c')
-rw-r--r-- | drivers/edac/i5000_edac.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/edac/i5000_edac.c b/drivers/edac/i5000_edac.c index f6b9ef73c6cc..af6faeeaa4f6 100644 --- a/drivers/edac/i5000_edac.c +++ b/drivers/edac/i5000_edac.c | |||
@@ -1345,6 +1345,7 @@ static int i5000_probe1(struct pci_dev *pdev, int dev_idx) | |||
1345 | mci->mod_name = "i5000_edac.c"; | 1345 | mci->mod_name = "i5000_edac.c"; |
1346 | mci->mod_ver = I5000_REVISION; | 1346 | mci->mod_ver = I5000_REVISION; |
1347 | mci->ctl_name = i5000_devs[dev_idx].ctl_name; | 1347 | mci->ctl_name = i5000_devs[dev_idx].ctl_name; |
1348 | mci->dev_name = pci_name(pdev); | ||
1348 | mci->ctl_page_to_phys = NULL; | 1349 | mci->ctl_page_to_phys = NULL; |
1349 | 1350 | ||
1350 | /* Set the function pointer to an actual operation function */ | 1351 | /* Set the function pointer to an actual operation function */ |