wlcore: fix runtime pm imbalance in wl1271_tx_work
authorDinghao Liu <dinghao.liu@zju.edu.cn>
Wed, 20 May 2020 12:42:38 +0000 (20:42 +0800)
committerKalle Valo <kvalo@codeaurora.org>
Fri, 29 May 2020 17:31:03 +0000 (20:31 +0300)
commit9604617e998b49f7695fea1479ed82421ef8c9f0
tree72105bd2ea0816ff2aff6c7c2ac3932c6615488b
parente78e5d18c65362a0e6ca383fad88ef950293fc2c
wlcore: fix runtime pm imbalance in wl1271_tx_work

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 <dinghao.liu@zju.edu.cn>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20200520124241.9931-1-dinghao.liu@zju.edu.cn
drivers/net/wireless/ti/wlcore/tx.c