Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 29b84f20 authored by Florian Fainelli's avatar Florian Fainelli Committed by David S. Miller
Browse files

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: default avatarFlorian Fainelli <f.fainelli@gmail.com>
Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 5944701d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)