Skip to content
Commit 455896c5 authored by Yongzhi Liu's avatar Yongzhi Liu Committed by Vinod Koul
Browse files

dmaengine: shdma: Fix runtime PM imbalance on error



pm_runtime_get_() increments the runtime PM usage counter even
when it returns an error code, thus a matching decrement is needed on
the error handling path to keep the counter balanced.

Signed-off-by: default avatarYongzhi Liu <lyz_cs@pku.edu.cn>
Link: https://lore.kernel.org/r/1642311296-87020-1-git-send-email-lyz_cs@pku.edu.cn


Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent da2ad87f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment