]> 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)
commit52295b34110eb4a9a4994949582af2f71ef32fbd
tree64086274f43f01df3cd99d49dd9ae24f496f3975
parentc492e62893a104ef5f93bf33810a0def520204bf
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