wlcore: cmd: using pm_runtime_resume_and_get() instead of pm_runtime_get_sync()
authorMinghao Chi <chi.minghao@zte.com.cn>
Wed, 20 Apr 2022 09:01:41 +0000 (09:01 +0000)
committerKalle Valo <kvalo@kernel.org>
Sat, 23 Apr 2022 07:12:31 +0000 (10:12 +0300)
commite05c7ddfeb23182421972b9074fb8f5aa356cfee
treebe513afc7ba1df739b3b5dabaede964920820146
parent00bfc8964f4349dacc6799fe712de186e9bd8bb8
wlcore: cmd: using 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/20220420090141.2588553-1-chi.minghao@zte.com.cn
drivers/net/wireless/ti/wlcore/cmd.c