diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/ethernet/nvidia/forcedeth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/nvidia/forcedeth.c b/drivers/net/ethernet/nvidia/forcedeth.c index 925b296d8ab8..f39cae620f61 100644 --- a/drivers/net/ethernet/nvidia/forcedeth.c +++ b/drivers/net/ethernet/nvidia/forcedeth.c | |||
@@ -1481,7 +1481,7 @@ static int phy_init(struct net_device *dev) | |||
1481 | } | 1481 | } |
1482 | 1482 | ||
1483 | /* phy vendor specific configuration */ | 1483 | /* phy vendor specific configuration */ |
1484 | if ((np->phy_oui == PHY_OUI_CICADA)) { | 1484 | if (np->phy_oui == PHY_OUI_CICADA) { |
1485 | if (init_cicada(dev, np, phyinterface)) { | 1485 | if (init_cicada(dev, np, phyinterface)) { |
1486 | netdev_info(dev, "%s: phy init failed\n", | 1486 | netdev_info(dev, "%s: phy init failed\n", |
1487 | pci_name(np->pci_dev)); | 1487 | pci_name(np->pci_dev)); |