[PATCH 0/3] drm/rockchip: fix reference leak of pm_runtime_get_sync

From: Qinglang Miao
Date: Mon Nov 30 2020 - 08:37:20 EST


Replace pm_runtime_get_sync with pm_runtime_resume_and_get to keep usage
counter balanced.

Qinglang Miao (3):
drm/rockchip: cdn-dp: fix reference leak when pm_runtime_get_sync
fails
drm/rockchip: vop: fix reference leak when pm_runtime_get_sync fails
drm/rockchip: lvds: fix reference leak when pm_runtime_get_sync fails

drivers/gpu/drm/rockchip/cdn-dp-core.c | 2 +-
drivers/gpu/drm/rockchip/rockchip_drm_vop.c | 4 ++--
drivers/gpu/drm/rockchip/rockchip_lvds.c | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)

--
2.23.0