]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/amdgpu: Ignored various return code
authorAndrew Martin <andrew.martin@amd.com>
Tue, 11 Nov 2025 21:43:45 +0000 (16:43 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 3 Feb 2026 21:46:31 +0000 (16:46 -0500)
commit08b1eb621cc32819b7958a15cff10016b03b7aff
tree56d620481f9a47dc61217ca173ea998f869f1e61
parentc6fa06fc4c78ed6658bc77d41ceaca0c0121da48
drm/amdgpu: Ignored various return code

The return code of a non void function should not be ignored. In cases
where we do not care, the code needs to suppress it.

Signed-off-by: Andrew Martin <andrew.martin@amd.com>
Reviewed-by: Felix Kuehling <felix.kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
drivers/gpu/drm/amd/amdkfd/kfd_chardev.c
drivers/gpu/drm/amd/amdkfd/kfd_debug.c