Re: [PATCH] drm/amdgpu: remove redundant outer loop and remove commented out code

2017-03-17 Thread Alex Deucher
On Fri, Mar 17, 2017 at 10:37 AM, Colin King wrote: > From: Colin Ian King > > 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

[PATCH] drm/amdgpu: remove redundant outer loop and remove commented out code

2017-03-17 Thread Colin King
From: Colin Ian King 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 --- drivers/gpu/drm/amd/amdgpu/vce_v2_0.c | 27 +++