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 18:47:07 +0000 (14:47 -0400)
commit66cb6579990b633ccc7300c27011d837b9a58da0
tree28834c3a9329893a1dec0cc59b7df5287153741c
parent86ac011ae234c03fb872f4945913391ea1d8862e
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>
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c