diff options
Diffstat (limited to 'drivers/net/ethernet/smsc/smsc911x.c')
-rw-r--r-- | drivers/net/ethernet/smsc/smsc911x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/smsc/smsc911x.c b/drivers/net/ethernet/smsc/smsc911x.c index 219a99b7a631..067346d3209d 100644 --- a/drivers/net/ethernet/smsc/smsc911x.c +++ b/drivers/net/ethernet/smsc/smsc911x.c | |||
@@ -1033,7 +1033,7 @@ static int smsc911x_mii_probe(struct net_device *dev) | |||
1033 | 1033 | ||
1034 | netdev_info(dev, | 1034 | netdev_info(dev, |
1035 | "attached PHY driver [%s] (mii_bus:phy_addr=%s, irq=%d)\n", | 1035 | "attached PHY driver [%s] (mii_bus:phy_addr=%s, irq=%d)\n", |
1036 | phydev->drv->name, dev_name(&phydev->dev), phydev->irq); | 1036 | phydev->drv->name, phydev_name(phydev), phydev->irq); |
1037 | 1037 | ||
1038 | /* mask with MAC supported features */ | 1038 | /* mask with MAC supported features */ |
1039 | phydev->supported &= (PHY_BASIC_FEATURES | SUPPORTED_Pause | | 1039 | phydev->supported &= (PHY_BASIC_FEATURES | SUPPORTED_Pause | |