diff options
author | Dongliang Mu <[email protected]> | 2021-10-21 11:05:38 +0800 |
---|---|---|
committer | Vinod Koul <[email protected]> | 2021-10-25 10:05:59 +0530 |
commit | c5a51fc89c0103c03b8a54cf12dac7d014b3a2bf (patch) | |
tree | 84dc8e330bb15590b0e2beade6657837c60d515d /tools/perf/scripts/python/stackcollapse.py | |
parent | 05f4fae9a2f5785d180b48ee93d7fa75425091c3 (diff) |
dmaengine: tegra210-adma: fix pm runtime unbalance
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.
Fixes: 059e969c2a7d ("dmaengine: tegra210-adma: Using pm_runtime_resume_and_get to replace open coding")
Signed-off-by: Dongliang Mu <[email protected]>
Reviewed-by: Jon Hunter <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Vinod Koul <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions