OSDN Git Service

wlcore: Make sure PM calls are paired
authorTony Lindgren <tony@atomide.com>
Tue, 19 Jun 2018 09:43:36 +0000 (02:43 -0700)
committerKalle Valo <kvalo@codeaurora.org>
Wed, 27 Jun 2018 15:44:42 +0000 (18:44 +0300)
commit02edf81362fe8b6a8230ac6610e0c94a0e9d1d62
treec3076316e2b97c636826d7c10d31b418214096bc
parent4ec7cece87b3ed21ffcd407c62fb2f151a366bc1
wlcore: Make sure PM calls are paired

The call to wl1271_ps_elp_wakeup() in wl12xx_queue_recovery_work() is
unpaired. Let's remove it and add paired calls to wl1271_recovery_work()
instead in preparation for changing things to use runtime PM.

Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ti/wlcore/main.c