diff options
author | Navid Emamdoost <navid.emamdoost@gmail.com> | 2020-06-14 10:05:28 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2020-07-01 08:59:22 +0300 |
commit | f79f94765f8c39db0b7dec1d335ab046aac03f20 (patch) | |
tree | 6d18f0cf6dda790a8cd00f9e68fb97f04e6bd4fd /drivers/gpu/drm/drm_scdc_helper.c | |
parent | e008fa6fb41544b63973a529b704ef342f47cc65 (diff) | |
download | linux-f79f94765f8c39db0b7dec1d335ab046aac03f20.tar.xz |
drm/amdgpu/display: fix ref count leak when pm_runtime_get_sync fails
The call to pm_runtime_get_sync increments the counter even in case of
failure, leading to incorrect ref count.
In case of failure, decrement the ref count before returning.
Signed-off-by: Navid Emamdoost <navid.emamdoost@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/drm_scdc_helper.c')
0 files changed, 0 insertions, 0 deletions