Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c84e0757 authored by Zou Wei's avatar Zou Wei Committed by Greg Kroah-Hartman
Browse files

drm/bridge: cdns: Fix PM reference leak in cdns_dsi_transfer()



[ Upstream commit 33f90f27e1c5ccd648d3e78a1c28be9ee8791cf1 ]

pm_runtime_get_sync will increment pm usage counter even it failed.
Forgetting to putting operation will result in reference leak here.
Fix it by replacing it with pm_runtime_resume_and_get to keep usage
counter balanced.

Reported-by: default avatarHulk Robot <hulkci@huawei.com>
Signed-off-by: default avatarZou Wei <zou_wei@huawei.com>
Reviewed-by: default avatarRobert Foss <robert.foss@linaro.org>
Signed-off-by: default avatarRobert Foss <robert.foss@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/1621840862-106024-1-git-send-email-zou_wei@huawei.com


Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent cdfd4cea
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment