]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdgpu/userq: dont need check for return values in amdgpu_userq_evict
authorSunil Khatri <sunil.khatri@amd.com>
Tue, 31 Mar 2026 12:44:57 +0000 (18:14 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 3 Apr 2026 17:56:15 +0000 (13:56 -0400)
commit1d4ade3646eb063ecc82060b607329730cca100c
tree9d54e6f8443b3bfb1372b830c39c8bc4b16876ba
parent48d1a5b33a5a946fca3e444c4f3df13ef847f40d
drm/amdgpu/userq: dont need check for return values in amdgpu_userq_evict

Function of amdgpu_userq_evict function do not need to check
for return values as we dont use them and no need to log errors
as we are already logging in called functions.

Signed-off-by: Sunil Khatri <sunil.khatri@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