]> git.baikalelectronics.ru Git - kernel.git/commit
wlcore: fix runtime pm imbalance in wl1271_op_suspend
authorDinghao Liu <dinghao.liu@zju.edu.cn>
Wed, 20 May 2020 12:57:22 +0000 (20:57 +0800)
committerKalle Valo <kvalo@codeaurora.org>
Fri, 29 May 2020 17:34:17 +0000 (20:34 +0300)
commit94f2c66cd0c5d666e7511e9337e84c9baf90e5d3
tree8b65bea4a2ffe072a8f5ca57e4180fe2096dd88e
parentefb8b125a7eb11fb7fb2e05aa61fb402ba15fb7e
wlcore: fix runtime pm imbalance in wl1271_op_suspend

When wlcore_hw_interrupt_notify() returns an error code,
a pairing runtime PM usage counter decrement is needed to
keep the counter balanced.

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/20200520125724.12832-1-dinghao.liu@zju.edu.cn
drivers/net/wireless/ti/wlcore/main.c