]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/amdgpu: remove redundant outer loop and remove commented out code
authorColin Ian King <colin.king@canonical.com>
Fri, 17 Mar 2017 14:37:22 +0000 (14:37 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 30 Mar 2017 03:54:04 +0000 (23:54 -0400)
commitf917c2ad92c416b05d876f513a9963a6f5ed139d
tree64086274f43f01df3cd99d49dd9ae24f496f3975
parent153de9dff94cc559646b04f232738e22ee318705
drm/amdgpu: remove redundant outer loop and remove commented out code

The outer loop is redundant and can be removed as it is doing nothing
useful. Also remove some commented out code that is not being used.

Detected by CoverityScan, CID#1402073

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/vce_v2_0.c