Re: [PATCH][next] drm/amdgpu: Fix missing assignment to variable r

2022-02-25 Thread Alex Deucher
Already fixed. Thanks for the patch. Alex On Thu, Feb 24, 2022 at 5:43 PM Colin Ian King wrote: > > Currently the call to function amdgpu_benchmark_move should be > assigning the return value to variable r as this is checked in > the next statement, however, this assignment is missing. Fix > th

[PATCH][next] drm/amdgpu: Fix missing assignment to variable r

2022-02-24 Thread Colin Ian King
Currently the call to function amdgpu_benchmark_move should be assigning the return value to variable r as this is checked in the next statement, however, this assignment is missing. Fix this by adding in the missing assignment. Addresses clang scan warning: drivers/gpu/drm/amd/amdgpu/amdgpu_bench