]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2c7a7f8cac29e380b50c90296427fc7444e807c2
tree00a6af757b5b7a79d2e01324fe9874fc92171c66
parentbc3004dd60624289024be79555699c7c20d1fd81
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: 885eaab25a3b ("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