|
@@ -42,7 +42,7 @@
|
|
*/
|
|
*/
|
|
void phy_print_status(struct phy_device *phydev)
|
|
void phy_print_status(struct phy_device *phydev)
|
|
{
|
|
{
|
|
- pr_info("%s: Link is %s", phydev->dev.bus_id,
|
|
|
|
|
|
+ pr_info("PHY: %s - Link is %s", phydev->dev.bus_id,
|
|
phydev->link ? "Up" : "Down");
|
|
phydev->link ? "Up" : "Down");
|
|
if (phydev->link)
|
|
if (phydev->link)
|
|
printk(" - %d/%s", phydev->speed,
|
|
printk(" - %d/%s", phydev->speed,
|