]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdgpu: clean up the userq unmap error handler
authorPrike Liang <Prike.Liang@amd.com>
Mon, 27 Apr 2026 12:06:57 +0000 (20:06 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 28 Apr 2026 19:51:18 +0000 (15:51 -0400)
commit8f935acbc18ff7ad09cb812528b28c59c78f10f9
treefbeb4808eb4ed9636cb7583130dbd2f1bf789715
parent3b0ea2021351b6b813b34fac940957f1f4fad85b
drm/amdgpu: clean up the userq unmap error handler

amdgpu_userq_unmap_helper() already handles the unmap error case.

Signed-off-by: Prike Liang <Prike.Liang@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
(cherry picked from commit 66cb6579990b633ccc7300c27011d837b9a58da0)
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c