Re: [PATCH] wlcore: fix runtime pm imbalance in wl1271_tx_work

2020-05-29 Thread Kalle Valo
Dinghao Liu wrote: > 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(). > > Signed-off-by: Dinghao Liu > Acked

Re: [PATCH] wlcore: fix runtime pm imbalance in wl1271_tx_work

2020-05-20 Thread Tony Lindgren
* Dinghao Liu [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

[PATCH] wlcore: fix runtime pm imbalance in wl1271_tx_work

2020-05-20 Thread Dinghao Liu
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(). Signed-off-by: Dinghao Liu --- drivers/net/wireless/ti/wlcore/tx.c