bus: ti-sysc: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
authorZhang Qilong <zhangqilong3@huawei.com>
Mon, 31 May 2021 14:25:42 +0000 (22:25 +0800)
committerTony Lindgren <tony@atomide.com>
Fri, 11 Jun 2021 07:24:26 +0000 (10:24 +0300)
commitcea08169ad4ce46c222a223d8f71db6d9c3f1385
treeb1a6af6bc1087d8b4f885c0c3ccc20283882502c
parent4e0018530c2edc5846a737222059661a2ae77522
bus: ti-sysc: using pm_runtime_resume_and_get instead of pm_runtime_get_sync

Using pm_runtime_resume_and_get is more appropriate
for simplifing code.

Signed-off-by: Zhang Qilong <zhangqilong3@huawei.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/bus/ti-sysc.c