]> asedeno.scripts.mit.edu Git - linux.git/commit
net: phy: phylink: Remove error message
authorFlorian Fainelli <f.fainelli@gmail.com>
Wed, 13 Dec 2017 00:00:27 +0000 (16:00 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 13 Dec 2017 20:55:01 +0000 (15:55 -0500)
commitd38b4afd51c19278d6c4fd29c5215ad92ffed48e
tree4ff693ddc2b6e4a929751d0618105aee4026b571
parent4904b6ea1f9dbf47107f50b1c502a22d0160712d
net: phy: phylink: Remove error message

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 <f.fainelli@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/phylink.c