OSDN Git Service

drm/amdgpu/display: remove redundant continue statement
authorColin Ian King <colin.king@canonical.com>
Wed, 3 Mar 2021 13:25:10 +0000 (13:25 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 5 Mar 2021 20:14:07 +0000 (15:14 -0500)
commit08f3dddb715cc62fa13a6bb7a95c856519d910df
tree00a6af757b5b7a79d2e01324fe9874fc92171c66
parentd0c048560a041789d64f95dcb18be11040b3be9b
drm/amdgpu/display: remove redundant continue statement

The continue statement in a for-loop is redudant and can be removed.
Clean up the code to address this.

Addresses-Coverity: ("Continue as no effect")
Fixes: b6f91fc183f7 ("drm/amdgpu/display: buffer INTERRUPT_LOW_IRQ_CONTEXT interrupt work")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c