Re: [PATCH net-next 3/5] net: phy: phylink: Demote error message to debug

2017-11-30 Thread Florian Fainelli
On 11/30/2017 03:26 PM, Russell King - ARM Linux wrote: > On Thu, Nov 30, 2017 at 11:57:42AM -0800, Florian Fainelli wrote: >> Some subsystems like DSA may be trying to connect to a PHY through OF first, >> and then attempt a connect using a local MDIO bus, demote the error message: >> "unable to f

Re: [PATCH net-next 3/5] net: phy: phylink: Demote error message to debug

2017-11-30 Thread Russell King - ARM Linux
On Thu, Nov 30, 2017 at 11:57:42AM -0800, Florian Fainelli wrote: > Some subsystems like DSA may be trying to connect to a PHY through OF first, > and then attempt a connect using a local MDIO bus, demote the error message: > "unable to find PHY node" into a debug print. Maybe it would be better t

[PATCH net-next 3/5] net: phy: phylink: Demote error message to debug

2017-11-30 Thread Florian Fainelli
Some subsystems like DSA may be trying to connect to a PHY through OF first, and then attempt a connect using a local MDIO bus, demote the error message: "unable to find PHY node" into a debug print. Signed-off-by: Florian Fainelli --- drivers/net/phy/phylink.c | 2 +- 1 file changed, 1 insertio