]> git.baikalelectronics.ru Git - kernel.git/commit
wl12xx: scan: use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()
authorMinghao Chi <chi.minghao@zte.com.cn>
Wed, 20 Apr 2022 09:02:47 +0000 (09:02 +0000)
committerKalle Valo <kvalo@kernel.org>
Sat, 23 Apr 2022 12:46:13 +0000 (15:46 +0300)
commit6048af782a57ccc3ca52d1f969330f7770bbda5f
tree1cdf8c3ea9a2b283def9b70a3099056b7e88dcf4
parentd0188f1c36d0ca5eef8c825bb3b6297edf97aadc
wl12xx: scan: use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()

Using pm_runtime_resume_and_get() to replace pm_runtime_get_sync and
pm_runtime_put_noidle. This change is just to simplify the code, no
actual functional changes.

Reported-by: Zeal Robot <zealci@zte.com.cn>
Signed-off-by: Minghao Chi <chi.minghao@zte.com.cn>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20220420090247.2588680-1-chi.minghao@zte.com.cn
drivers/net/wireless/ti/wlcore/scan.c