Netdev List
 help / color / mirror / Atom feed
* [PATCH] phylib: Silence driver registration
@ 2007-11-04 22:09 Olof Johansson
  0 siblings, 0 replies; only message in thread
From: Olof Johansson @ 2007-11-04 22:09 UTC (permalink / raw)
  To: jgarzik; +Cc: netdev, afleming

It gets quite verbose to see every single PHY driver being registered
by default.

Signed-off-by: Olof Johansson <olof@lixom.net>

diff --git a/drivers/net/phy/phy_device.c b/drivers/net/phy/phy_device.c
index c046121..f6e4848 100644
--- a/drivers/net/phy/phy_device.c
+++ b/drivers/net/phy/phy_device.c
@@ -706,7 +706,7 @@ int phy_driver_register(struct phy_driver *new_driver)
 		return retval;
 	}
 
-	pr_info("%s: Registered new driver\n", new_driver->name);
+	pr_debug("%s: Registered new driver\n", new_driver->name);
 
 	return 0;
 }

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2007-11-04 22:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-04 22:09 [PATCH] phylib: Silence driver registration Olof Johansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox