All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next] mdio: Demote print from info to debug in mdio_device_register
@ 2017-01-07  6:27 Florian Fainelli
  2017-01-07 18:17 ` Andrew Lunn
  2017-01-08 23:15 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Florian Fainelli @ 2017-01-07  6:27 UTC (permalink / raw)
  To: netdev; +Cc: davem, andrew, Florian Fainelli

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>
---
 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 43c8fd46504b..fc3aaaa36b1d 100644
--- a/drivers/net/phy/mdio_device.c
+++ b/drivers/net/phy/mdio_device.c
@@ -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)
-- 
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_device_register
  2017-01-07  6:27 [PATCH net-next] mdio: Demote print from info to debug in mdio_device_register Florian Fainelli
@ 2017-01-07 18:17 ` Andrew Lunn
  2017-01-08 23:15 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: Andrew Lunn @ 2017-01-07 18:17 UTC (permalink / raw)
  To: Florian Fainelli; +Cc: netdev, davem

On Fri, Jan 06, 2017 at 10:27:59PM -0800, Florian Fainelli wrote:
> 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>

    Andrew

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH net-next] mdio: Demote print from info to debug in mdio_device_register
  2017-01-07  6:27 [PATCH net-next] mdio: Demote print from info to debug in mdio_device_register Florian Fainelli
  2017-01-07 18:17 ` Andrew Lunn
@ 2017-01-08 23:15 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2017-01-08 23:15 UTC (permalink / raw)
  To: f.fainelli; +Cc: netdev, andrew

From: Florian Fainelli <f.fainelli@gmail.com>
Date: Fri,  6 Jan 2017 22:27:59 -0800

> 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>

Applied.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-01-08 23:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-07  6:27 [PATCH net-next] mdio: Demote print from info to debug in mdio_device_register Florian Fainelli
2017-01-07 18:17 ` Andrew Lunn
2017-01-08 23:15 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.