Files
linux/drivers
Alex Deucher 4e302836dc drm/amdkfd: fix ref count leak when pm_runtime_get_sync fails
[ Upstream commit 1c1ada37af ]

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.

Reviewed-by: Rajneesh Bhardwaj <rajneesh.bhardwaj@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2020-09-03 11:29:17 +02:00
..