diff options
Diffstat (limited to 'drivers/net/igb/igb_main.c')
-rw-r--r-- | drivers/net/igb/igb_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/igb/igb_main.c b/drivers/net/igb/igb_main.c index 8643f8c29199..8c6af11d93a6 100644 --- a/drivers/net/igb/igb_main.c +++ b/drivers/net/igb/igb_main.c | |||
@@ -1884,7 +1884,7 @@ static int __devinit igb_probe(struct pci_dev *pdev, | |||
1884 | hw->mac.ops.reset_hw(hw); | 1884 | hw->mac.ops.reset_hw(hw); |
1885 | 1885 | ||
1886 | /* make sure the NVM is good */ | 1886 | /* make sure the NVM is good */ |
1887 | if (igb_validate_nvm_checksum(hw) < 0) { | 1887 | if (hw->nvm.ops.validate(hw) < 0) { |
1888 | dev_err(&pdev->dev, "The NVM Checksum Is Not Valid\n"); | 1888 | dev_err(&pdev->dev, "The NVM Checksum Is Not Valid\n"); |
1889 | err = -EIO; | 1889 | err = -EIO; |
1890 | goto err_eeprom; | 1890 | goto err_eeprom; |