* [PATCH net-next] mdio: Demote print from info to debug in mdio_driver_register
@ 2016-11-14 3:01 Florian Fainelli
2016-11-14 3:44 ` Andrew Lunn
2016-11-14 21:41 ` David Miller
0 siblings, 2 replies; 3+ messages in thread
From: Florian Fainelli @ 2016-11-14 3:01 UTC (permalink / raw)
To: netdev; +Cc: davem, andrew, Florian Fainelli
While it is useful to know which MDIO driver is being registered, demote
the pr_info() to a pr_debug().
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
---
drivers/net/phy/mdio_device.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/phy/mdio_device.c b/drivers/net/phy/mdio_device.c
index 9c88e6749b9a..43c8fd46504b 100644
--- a/drivers/net/phy/mdio_device.c
+++ b/drivers/net/phy/mdio_device.c
@@ -144,7 +144,7 @@ int mdio_driver_register(struct mdio_driver *drv)
struct mdio_driver_common *mdiodrv = &drv->mdiodrv;
int retval;
- pr_info("mdio_driver_register: %s\n", mdiodrv->driver.name);
+ pr_debug("mdio_driver_register: %s\n", mdiodrv->driver.name);
mdiodrv->driver.bus = &mdio_bus_type;
mdiodrv->driver.probe = mdio_probe;
--
2.9.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH net-next] mdio: Demote print from info to debug in mdio_driver_register
2016-11-14 3:01 [PATCH net-next] mdio: Demote print from info to debug in mdio_driver_register Florian Fainelli
@ 2016-11-14 3:44 ` Andrew Lunn
2016-11-14 21:41 ` David Miller
1 sibling, 0 replies; 3+ messages in thread
From: Andrew Lunn @ 2016-11-14 3:44 UTC (permalink / raw)
To: Florian Fainelli; +Cc: netdev, davem
On Sun, Nov 13, 2016 at 07:01:17PM -0800, Florian Fainelli wrote:
> While it is useful to know which MDIO driver is being registered, demote
> the pr_info() to a pr_debug().
>
> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Andrew
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH net-next] mdio: Demote print from info to debug in mdio_driver_register
2016-11-14 3:01 [PATCH net-next] mdio: Demote print from info to debug in mdio_driver_register Florian Fainelli
2016-11-14 3:44 ` Andrew Lunn
@ 2016-11-14 21:41 ` David Miller
1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2016-11-14 21:41 UTC (permalink / raw)
To: f.fainelli; +Cc: netdev, andrew
From: Florian Fainelli <f.fainelli@gmail.com>
Date: Sun, 13 Nov 2016 19:01:17 -0800
> While it is useful to know which MDIO driver is being registered, demote
> the pr_info() to a pr_debug().
>
> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Applied, thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-11-14 21:41 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-14 3:01 [PATCH net-next] mdio: Demote print from info to debug in mdio_driver_register Florian Fainelli
2016-11-14 3:44 ` Andrew Lunn
2016-11-14 21:41 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).