]> git.baikalelectronics.ru Git - kernel.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)
commit25177cabd9b31144e296c88e58f63f88a58e078d
tree64086274f43f01df3cd99d49dd9ae24f496f3975
parent1abafea47a0a11dcfe3e983fcfc84bc3bd5cad85
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