phy: Centralise print about attached phy
[deliverable/linux.git] / drivers / staging / netlogic / xlr_net.c
index b939c4b5f2295dedbe92447a7dbeead490cc3172..cbc25b7e70a2667d7599d65483e0e64a4a95d329 100644 (file)
@@ -854,8 +854,7 @@ static int xlr_mii_probe(struct xlr_net_priv *priv)
                                | ADVERTISED_MII);
 
        phydev->advertising = phydev->supported;
-       pr_info("attached PHY driver [%s] (mii_bus:phy_addr=%s\n",
-               phydev->drv->name, phydev_name(phydev));
+       phy_attached_info(phydev);
        return 0;
 }
 
This page took 0.061262 seconds and 5 git commands to generate.