Re: [PATCH] drm/amdgpu: remove redundant assignment of variable k

2021-06-04 Thread Christian König
Am 03.06.21 um 14:34 schrieb Colin King: From: Colin Ian King The variable k is being assigned a value that is never read, the assignment is redundant and can be removed. Addresses-Coverity: ("Unused value") Signed-off-by: Colin Ian King Reviewed-by: Christian König --- drivers/gpu/drm

Re: [PATCH] drm/amdgpu: remove redundant assignment of variable k

2021-06-03 Thread Felix Kuehling
Am 2021-06-03 um 8:34 a.m. schrieb Colin King: > From: Colin Ian King > > The variable k is being assigned a value that is never read, the > assignment is redundant and can be removed. > > Addresses-Coverity: ("Unused value") > Signed-off-by: Colin Ian King Reviewed-by: Felix Kuehling I'm appl

[PATCH] drm/amdgpu: remove redundant assignment of variable k

2021-06-03 Thread Colin King
From: Colin Ian King The variable k is being assigned a value that is never read, the assignment is redundant and can be removed. Addresses-Coverity: ("Unused value") Signed-off-by: Colin Ian King --- drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c | 2 +- 1 file changed, 1 insertion(+), 1 de