Re: [PATCH v2 1/2] net: macb: call pm_runtime_put_sync on failure path

2020-06-25 Thread David Miller
From: Claudiu Beznea Date: Wed, 24 Jun 2020 13:08:17 +0300 > Call pm_runtime_put_sync() on failure path of at91ether_open. > > Fixes: e6a41c23df0d ("net: macb: ensure interface is not suspended on > at91rm9200") > Signed-off-by: Claudiu Beznea Applied and queued up for -stable.

[PATCH v2 1/2] net: macb: call pm_runtime_put_sync on failure path

2020-06-24 Thread Claudiu Beznea
Call pm_runtime_put_sync() on failure path of at91ether_open. Fixes: e6a41c23df0d ("net: macb: ensure interface is not suspended on at91rm9200") Signed-off-by: Claudiu Beznea --- Changes in v2: - this patch is new in v2 - patch 2/2 in this series is based on this one drivers/net/ethernet/cade