]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amdgpu: add missing error handling in function amdgpu_gmc_flush_gpu_tlb_pasid
authorBob Zhou <bob.zhou@amd.com>
Thu, 20 Jun 2024 07:40:06 +0000 (15:40 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 27 Jun 2024 21:10:39 +0000 (17:10 -0400)
commit9ff2e14cf013fa887e269bdc5ea3cffacada8635
tree816f2a54079a5411b6103eefcd379e9498cc2720
parent94534f41fdf1ff1eb6c98e2e3e24d90fc5a99d04
drm/amdgpu: add missing error handling in function amdgpu_gmc_flush_gpu_tlb_pasid

Fix the unchecked return value warning reported by Coverity,
so add error handling.

Signed-off-by: Bob Zhou <bob.zhou@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c