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

2021-06-29 Thread Ramon Fried
On Tue, Jun 29, 2021 at 8:09 PM Vladimir Oltean wrote: > > From: 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 > --- > drivers/net/mscc_eswitch/felix_switch.c | 4 +--- >

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

2021-06-29 Thread Vladimir Oltean
From: 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 --- drivers/net/mscc_eswitch/felix_switch.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git