Re: [PATCH] dmaengine: tegra210-adma: fix pm runtime unbalance

From: Vinod Koul
Date: Mon Oct 25 2021 - 00:36:31 EST


On 21-10-21, 11:05, Dongliang Mu wrote:
> The previous commit 059e969c2a7d ("dmaengine: tegra210-adma: Using
> pm_runtime_resume_and_get to replace open coding") forgets to replace
> the pm_runtime_get_sync in the tegra_adma_probe, but removes the
> pm_runtime_put_noidle.
>
> Fix this by continuing to replace pm_runtime_get_sync with
> pm_runtime_resume_and_get in tegra_adma_probe.

Applied, thanks

--
~Vinod