phy: add phydev_name() wrapper
[cascardo/linux.git] / drivers / net / ethernet / ti / netcp_ethss.c
index 4e70e75..d543298 100644 (file)
@@ -2178,7 +2178,7 @@ static int gbe_slave_open(struct gbe_intf *gbe_intf)
                        return -ENODEV;
                }
                dev_dbg(priv->dev, "phy found: id is: 0x%s\n",
-                       dev_name(&slave->phy->dev));
+                       phydev_name(slave->phy));
                phy_start(slave->phy);
                phy_read_status(slave->phy);
        }
@@ -2681,7 +2681,7 @@ static void init_secondary_ports(struct gbe_priv *gbe_dev,
                        slave->phy = NULL;
                } else {
                        dev_dbg(dev, "phy found: id is: 0x%s\n",
-                               dev_name(&slave->phy->dev));
+                               phydev_name(slave->phy));
                        phy_start(slave->phy);
                        phy_read_status(slave->phy);
                }