]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amdgpu: Add the missing error handling for xa_store() call
authorArunpravin Paneer Selvam <Arunpravin.PaneerSelvam@amd.com>
Wed, 30 Oct 2024 05:25:22 +0000 (10:55 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 8 Apr 2025 20:48:17 +0000 (16:48 -0400)
commitfbea3d3174f4215ca1c867a1c035c1fa5ad01015
tree84d005544bd3b395578c81d952e606c9708138e1
parente7cf21fbb2773cfcf70189be524041b21e6509dc
drm/amdgpu: Add the missing error handling for xa_store() call

Add the missing error handling for xa_store() call in the function
amdgpu_userq_fence_driver_alloc().

Signed-off-by: Arunpravin Paneer Selvam <Arunpravin.PaneerSelvam@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_fence.c