drm/radeon: Fix reference count leaks caused by pm_runtime_get_sync
authorAditya Pakki <pakki001@umn.edu>
Sun, 14 Jun 2020 02:21:22 +0000 (21:21 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 1 Jul 2020 05:59:22 +0000 (01:59 -0400)
commit9fb10671011143d15b6b40d6d5fa9c52c57e9d63
tree9d95ded0889b96230f33f8e9ff14c004333c4f2d
parentf79f94765f8c39db0b7dec1d335ab046aac03f20
drm/radeon: Fix reference count leaks caused by pm_runtime_get_sync

On calling pm_runtime_get_sync() the reference count of the device
is incremented. In case of failure, decrement the
reference count before returning the error.

Acked-by: Evan Quan <evan.quan@amd.com>
Signed-off-by: Aditya Pakki <pakki001@umn.edu>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/radeon_display.c
drivers/gpu/drm/radeon/radeon_drv.c
drivers/gpu/drm/radeon/radeon_kms.c