]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit117ce944c37fb0e3e284963af3c1f93599c7ffb7
treec3076316e2b97c636826d7c10d31b418214096bc
parent53d968cdcdd10d61efbf3fc3bf1e406f640dbdc4
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