summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy.c
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2013-03-08 12:59:42 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2013-03-09 11:18:08 +0100
commit1e0787adfadb32b3220e8f0eadc6e3c15db741ca (patch)
tree8b62078f2cf7a8cf7ac0f8d995f4b4fe29bd5a51 /drivers/net/phy/phy.c
parent1d60b224e56f4541154693bb9a5a57f2afecdcac (diff)
downloadbarebox-1e0787adfadb32b3220e8f0eadc6e3c15db741ca.tar.gz
barebox-1e0787adfadb32b3220e8f0eadc6e3c15db741ca.tar.xz
net/phy: convert to pr_info
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/net/phy/phy.c')
-rw-r--r--drivers/net/phy/phy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/phy/phy.c b/drivers/net/phy/phy.c
index 12739ff361..112ff13f77 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;