]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: remove redundant assignment of variable k
authorColin Ian King <colin.king@canonical.com>
Thu, 3 Jun 2021 12:34:40 +0000 (13:34 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 4 Jun 2021 16:40:01 +0000 (12:40 -0400)
commitb1a5b6b7611743f7c6f4f19591da7dd7e1e8446a
treecefe7316c8117e734de0a9594e2ff6fe9cdab885
parent0c58847bb1de2ccbaa2959ab6eb072aeb93e4280
drm/amdgpu: remove redundant assignment of variable k

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 <colin.king@canonical.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c