Message ID | 1362693497-2964-10-git-send-email-plagnioj@jcrosoft.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/drivers/net/phy/phy.c b/drivers/net/phy/phy.c index 12739ff..112ff13 100644 --- a/drivers/net/phy/phy.c +++ b/drivers/net/phy/phy.c @@ -49,7 +49,7 @@ int phy_update_status(struct phy_device *dev) dev->adjust_link(edev); if (dev->link) - printf("%dMbps %s duplex link detected\n", dev->speed, + pr_info("%dMbps %s duplex link detected\n", dev->speed, dev->duplex ? "full" : "half"); return 0;
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> --- drivers/net/phy/phy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)