phy: add phydev_name() wrapper
Add a phydev_name() function, to help with moving some structure members from phy_device. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
72ba48be3e
commit
84eff6d194
@@ -928,7 +928,7 @@ static int ravb_phy_init(struct net_device *ndev)
|
||||
phydev->supported &= ~PHY_10BT_FEATURES;
|
||||
|
||||
netdev_info(ndev, "attached PHY %d (IRQ %d) to driver %s\n",
|
||||
phydev->addr, phydev->irq, phydev->drv->name);
|
||||
phydev->addr, phydev->irq, phydev_name(phydev));
|
||||
|
||||
priv->phydev = phydev;
|
||||
|
||||
|
Reference in New Issue
Block a user