Re: [RESEND PATCH v2] dmaengine: qcom: bam_dma: fix runtime PM underflow

From: Vinod Koul
Date: Fri Jul 01 2022 - 07:04:13 EST


On 29-06-22, 15:06, Caleb Connolly wrote:
> Commit dbad41e7bb5f ("dmaengine: qcom: bam_dma: check if the runtime pm enabled")
> caused unbalanced pm_runtime_get/put() calls when the bam is
> controlled remotely. This commit reverts it and just enables pm_runtime
> in all cases, the clk_* functions already just nop when the clock is NULL.
>
> Also clean up a bit by removing unnecessary bamclk null checks.

Applied, thanks

--
~Vinod