Re: [PATCH v2 6/6] net: dsa: felix: propagate the error code from phy_startup()

2021-09-14 Thread Ramon Fried
On Tue, Aug 24, 2021 at 3:01 PM Vladimir Oltean wrote: > > Make sure that the link status returned by phy_startup() is propagated > to the .start() method of struct eth_ops. > > Signed-off-by: Vladimir Oltean > Reviewed-by: Ramon Fried > Tested-by: Michael Walle > --- > drivers/net/mscc_eswitc

[PATCH v2 6/6] net: dsa: felix: propagate the error code from phy_startup()

2021-08-24 Thread Vladimir Oltean
Make sure that the link status returned by phy_startup() is propagated to the .start() method of struct eth_ops. Signed-off-by: Vladimir Oltean Reviewed-by: Ramon Fried Tested-by: Michael Walle --- drivers/net/mscc_eswitch/felix_switch.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)