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

2020-05-29 Thread Kalle Valo
Dinghao Liu wrote: > When wlcore_fw_status() returns an error code, a pairing > runtime PM usage counter decrement is needed to keep the > counter balanced. It's the same for all error paths after > wlcore_fw_status(). > > Signed-off-by: Dinghao Liu > Acked-by: Tony Lindgren Patch applied to

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

2020-05-22 Thread Tony Lindgren
* Dinghao Liu [200522 04:50]: > When wlcore_fw_status() returns an error code, a pairing > runtime PM usage counter decrement is needed to keep the > counter balanced. It's the same for all error paths after > wlcore_fw_status(). Acked-by: Tony Lindgren

[PATCH] wlcore: fix runtime pm imbalance in wlcore_irq_locked

2020-05-21 Thread Dinghao Liu
When wlcore_fw_status() returns an error code, a pairing runtime PM usage counter decrement is needed to keep the counter balanced. It's the same for all error paths after wlcore_fw_status(). Signed-off-by: Dinghao Liu --- drivers/net/wireless/ti/wlcore/main.c | 17 + 1 file chan