]> err.no Git - linux-2.6/blobdiff - drivers/net/phy/phy.c
Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git
[linux-2.6] / drivers / net / phy / phy.c
index b8686e47f8996470c780305e15905e434649dda2..1474b7c5ac0bd5c882c29a6d77fa0708aac664c5 100644 (file)
@@ -42,7 +42,7 @@
  */
 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");
        if (phydev->link)
                printk(" - %d/%s", phydev->speed,