Skip to content

Commit

Permalink
mdio: Demote print from info to debug in mdio_device_register
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Florian Fainelli authored and David S. Miller committed Jan 8, 2017
1 parent 5944701 commit 29b84f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/phy/mdio_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 29b84f2

Please sign in to comment.