-...@lists.freedesktop.org;
dri-devel@lists.freedesktop.org; Daniel Vetter ; Deucher,
Alexander ; Koenig, Christian
Subject: [PATCH] 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
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.
Signed-off-by: Aditya Pakki
---
drivers/gpu/drm/radeon/radeon_display.c | 4 +++-
drivers/gpu/drm/radeon/radeon_drv.c | 4 +++-
dri