mdio: Demote print from info to debug in mdio_device_register
authorFlorian Fainelli <[email protected]>
Sat, 7 Jan 2017 06:27:59 +0000 (22:27 -0800)
committerDavid S. Miller <[email protected]>
Sun, 8 Jan 2017 23:14:45 +0000 (18:14 -0500)
commit29b84f20e2c59317db133d5dab96bbf500714227
tree540cee9c354d8318315d230ec3e2f89aea819791
parent5944701df90d9577658e2354cc27c4ceaeca30fe
mdio: Demote print from info to debug in mdio_device_register

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 <[email protected]>
Reviewed-by: Andrew Lunn <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/phy/mdio_device.c