Re: [PATCH] net: macb: undo operations in case of failure

2020-06-17 Thread Nicolas Ferre
On 17/06/2020 at 18:29, Jakub Kicinski wrote: EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe On Wed, 17 Jun 2020 16:23:55 +0300 Claudiu Beznea wrote: Undo previously done operation in case macb_phylink_connect() fails. Since macb_reset_hw() is the 1s

[PATCH] net: macb: undo operations in case of failure

2020-06-17 Thread Claudiu Beznea
Undo previously done operation in case macb_phylink_connect() fails. Since macb_reset_hw() is the 1st undo operation the napi_exit label was renamed to reset_hw. Fixes: b2b041417299 ("net: macb: convert to phylink") Signed-off-by: Claudiu Beznea --- drivers/net/ethernet/cadence/macb_main.c | 6 +

Re: [PATCH] net: macb: undo operations in case of failure

2020-06-17 Thread Jakub Kicinski
On Wed, 17 Jun 2020 16:23:55 +0300 Claudiu Beznea wrote: > Undo previously done operation in case macb_phylink_connect() > fails. Since macb_reset_hw() is the 1st undo operation the > napi_exit label was renamed to reset_hw. > > Fixes: b2b041417299 ("net: macb: convert to phylink") > Signed-off-by