Re: [PATCH net-next v2 3/5] net: phy: phylink: Remove error message

2017-12-13 Thread Andrew Lunn
On Tue, Dec 12, 2017 at 04:00:27PM -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, remove the error message: > "unable to find PHY node" so we can let MAC drivers whether to print it o

[PATCH net-next v2 3/5] net: phy: phylink: Remove error message

2017-12-12 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, remove the error message: "unable to find PHY node" so we can let MAC drivers whether to print it or not. Signed-off-by: Florian Fainelli --- drivers/net/phy/phylink.c