Re: [PATCH net-next] mdio: Demote print from info to debug in mdio_driver_register

2016-11-14 Thread David Miller
From: Florian Fainelli 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 Applied, thanks.

Re: [PATCH net-next] mdio: Demote print from info to debug in mdio_driver_register

2016-11-13 Thread Andrew Lunn
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 Reviewed-by: Andrew Lunn Andrew

[PATCH net-next] mdio: Demote print from info to debug in mdio_driver_register

2016-11-13 Thread 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 --- 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_devic