Re: [PATCH] wlcore: fix runtime pm imbalance in wl1271_tx_work
From: Tony Lindgren <tony@atomide.com>
Date: 2020-05-20 18:52:58
Also in:
linux-wireless, lkml
From: Tony Lindgren <tony@atomide.com>
Date: 2020-05-20 18:52:58
Also in:
linux-wireless, lkml
* Dinghao Liu [off-list ref] [691231 23:00]:
There are two error handling paths in this functon. When wlcore_tx_work_locked() returns an error code, we should decrease the runtime PM usage counter the same way as the error handling path beginning from pm_runtime_get_sync().
Acked-by: Tony Lindgren <tony@atomide.com>