Skip to content
Snippets Groups Projects
Commit 2f802d0a authored by Dongliang Mu's avatar Dongliang Mu Committed by Vinod Koul
Browse files

dmaengine: tegra210-adma: fix pm runtime unbalance in tegra_adma_remove


Since pm_runtime_put is done when tegra_adma_probe is successful, we
cannot do pm_runtime_put_sync again in tegra_adma_remove.

Fix this by removing the pm_runtime_put_sync in tegra_adma_remove.

Signed-off-by: default avatarDongliang Mu <mudongliangabcd@gmail.com>
Reviewed-by: default avatarJon Hunter <jonathanh@nvidia.com>
Link: https://lore.kernel.org/r/20211021031432.3466261-1-mudongliangabcd@gmail.com


Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent c5a51fc8
Branches
Tags
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment