diff options
Diffstat (limited to 'drivers/edac/e7xxx_edac.c')
-rw-r--r-- | drivers/edac/e7xxx_edac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/edac/e7xxx_edac.c b/drivers/edac/e7xxx_edac.c index 9a9c1a546797..b111266dadf3 100644 --- a/drivers/edac/e7xxx_edac.c +++ b/drivers/edac/e7xxx_edac.c | |||
@@ -458,7 +458,7 @@ static int e7xxx_probe1(struct pci_dev *pdev, int dev_idx) | |||
458 | /* FIXME - what if different memory types are in different csrows? */ | 458 | /* FIXME - what if different memory types are in different csrows? */ |
459 | mci->mod_name = EDAC_MOD_STR; | 459 | mci->mod_name = EDAC_MOD_STR; |
460 | mci->mod_ver = E7XXX_REVISION; | 460 | mci->mod_ver = E7XXX_REVISION; |
461 | mci->dev = &pdev->dev; | 461 | mci->pdev = &pdev->dev; |
462 | debugf3("%s(): init pvt\n", __func__); | 462 | debugf3("%s(): init pvt\n", __func__); |
463 | pvt = (struct e7xxx_pvt *)mci->pvt_info; | 463 | pvt = (struct e7xxx_pvt *)mci->pvt_info; |
464 | pvt->dev_info = &e7xxx_devs[dev_idx]; | 464 | pvt->dev_info = &e7xxx_devs[dev_idx]; |