Re: [PATCH] dmaengine: tegra210-adma: fix pm runtime unbalance
From: Vinod Koul <vkoul@kernel.org>
Date: 2021-10-25 04:36:28
Also in:
linux-tegra, lkml
From: Vinod Koul <vkoul@kernel.org>
Date: 2021-10-25 04:36:28
Also in:
linux-tegra, lkml
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