projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5944701
)
mdio: Demote print from info to debug in mdio_device_register
author
Florian Fainelli
<f.fainelli@gmail.com>
Sat, 7 Jan 2017 06:27:59 +0000
(22:27 -0800)
committer
David S. Miller
<davem@davemloft.net>
Sun, 8 Jan 2017 23:14:45 +0000
(18:14 -0500)
While it is useful to know which MDIO device is being registered, demote
the dev_info() to a dev_dbg().
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/mdio_device.c
patch
|
blob
|
history
diff --git
a/drivers/net/phy/mdio_device.c
b/drivers/net/phy/mdio_device.c
index 43c8fd46504bc2e563597ef7ca24fff3d28e89b1..fc3aaaa36b1dbbb9fc83d5243387d09f339c42d7 100644
(file)
--- a/
drivers/net/phy/mdio_device.c
+++ b/
drivers/net/phy/mdio_device.c
@@
-67,7
+67,7
@@
int mdio_device_register(struct mdio_device *mdiodev)
{
int err;
- dev_
info
(&mdiodev->dev, "mdio_device_register\n");
+ dev_
dbg
(&mdiodev->dev, "mdio_device_register\n");
err = mdiobus_register_device(mdiodev);
if (err)