drm/amdgpu: cleanup amdgpu_fence_activity
authorChristian König <christian.koenig@amd.com>
Fri, 11 Mar 2016 16:49:58 +0000 (17:49 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 16 Mar 2016 21:58:12 +0000 (17:58 -0400)
commitd9713ef6b99e43b93bf8e73fc210d2925322eacc
treed6c2d042395613f64041a2fbdcedd4ff99fae7ce
parent22e5a2f46a26adc6822c54af946b384e14930417
drm/amdgpu: cleanup amdgpu_fence_activity

The comment about the loop counter was never valid, even when you have
multiple threads this loop only runs as long as the sequence increases.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Chunming Zhou <david1.zhou@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c