Loading
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>