Re: [PATCH] [v2] dmaengine: tegra20: Fix runtime PM imbalance on error

From: Vinod Koul
Date: Mon Apr 12 2021 - 05:52:55 EST


On 09-04-21, 16:28, Dinghao Liu wrote:
> pm_runtime_get_sync() will increase the runtime PM counter
> even it returns an error. Thus a pairing decrement is needed
> to prevent refcount leak. Fix this by replacing this API with
> pm_runtime_resume_and_get(), which will not change the runtime
> PM counter on error.

Applied, thanks

--
~Vinod