Skip to content

Commit 29b84f2

Browse files
ffainellidavem330
authored andcommitted
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]>
1 parent 5944701 commit 29b84f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/phy/mdio_device.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ int mdio_device_register(struct mdio_device *mdiodev)
6767
{
6868
int err;
6969

70-
dev_info(&mdiodev->dev, "mdio_device_register\n");
70+
dev_dbg(&mdiodev->dev, "mdio_device_register\n");
7171

7272
err = mdiobus_register_device(mdiodev);
7373
if (err)

0 commit comments

Comments
 (0)