diff options
Diffstat (limited to 'drivers/edac/i82443bxgx_edac.c')
-rw-r--r-- | drivers/edac/i82443bxgx_edac.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/edac/i82443bxgx_edac.c b/drivers/edac/i82443bxgx_edac.c index a94bb38ea8e4..f88ea075ff2d 100644 --- a/drivers/edac/i82443bxgx_edac.c +++ b/drivers/edac/i82443bxgx_edac.c | |||
@@ -318,6 +318,7 @@ static int i82443bxgx_edacmc_probe1(struct pci_dev *pdev, int dev_idx) | |||
318 | mci->mod_name = EDAC_MOD_STR; | 318 | mci->mod_name = EDAC_MOD_STR; |
319 | mci->mod_ver = I82443_REVISION; | 319 | mci->mod_ver = I82443_REVISION; |
320 | mci->ctl_name = "I82443BXGX"; | 320 | mci->ctl_name = "I82443BXGX"; |
321 | mci->dev_name = pci_name(pdev); | ||
321 | mci->edac_check = i82443bxgx_edacmc_check; | 322 | mci->edac_check = i82443bxgx_edacmc_check; |
322 | mci->ctl_page_to_phys = NULL; | 323 | mci->ctl_page_to_phys = NULL; |
323 | 324 | ||