]> git.baikalelectronics.ru Git - kernel.git/commit
spi: spi-tegra114: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
authorMinghao Chi <chi.minghao@zte.com.cn>
Tue, 12 Apr 2022 07:09:51 +0000 (07:09 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 19 Apr 2022 12:13:44 +0000 (13:13 +0100)
commitced81295f55f6bd48a27d6608b73e57910785c3f
tree017137d6608426d3db87bc82f892f043259513de
parent068e0cd16e8069d6075cf1993c61659107666dfa
spi: spi-tegra114: using pm_runtime_resume_and_get instead of pm_runtime_get_sync

Using pm_runtime_resume_and_get is more appropriate
for simplifing code

Reported-by: Zeal Robot <zealci@zte.com.cn>
Signed-off-by: Minghao Chi <chi.minghao@zte.com.cn>
Link: https://lore.kernel.org/r/20220412070951.2532157-1-chi.minghao@zte.com.cn
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-tegra114.c