From: Andy Shevchenko <andriy.shevche...@linux.intel.com> Date: Mon, 27 Apr 2020 13:51:20 +0300
> The commit e6a41c23df0d, while trying to fix an issue, > > ("net: macb: ensure interface is not suspended on at91rm9200") > > introduced a refcounting regression, because in error case refcounter > must be balanced. Fix it by calling pm_runtime_put_noidle() in error case. > > While here, fix the same mistake in other couple of places. > > Fixes: e6a41c23df0d ("net: macb: ensure interface is not suspended on > at91rm9200") > Cc: Alexandre Belloni <alexandre.bell...@bootlin.com> > Cc: Claudiu Beznea <claudiu.bez...@microchip.com> > Signed-off-by: Andy Shevchenko <andriy.shevche...@linux.intel.com> Applied, thank you.