wl12xx: 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:14 +0000 (09:02 +0000)
committerKalle Valo <kvalo@kernel.org>
Sat, 23 Apr 2022 12:45:49 +0000 (15:45 +0300)
commit54d5ecc1710e4b43a73305bce5d91dc954fbb872
tree5cc564d1f5ab5419bcdb13f9c39dfe3e3a56ebfd
parent79dafcd4ff6fc5edb86528345e91b417d0bd016e
wl12xx: 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/20220420090214.2588618-1-chi.minghao@zte.com.cn
drivers/net/wireless/ti/wlcore/tx.c