diff options
author | Colin Ian King <colin.king@canonical.com> | 2021-03-03 13:25:10 +0000 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2021-03-05 15:14:07 -0500 |
commit | 08f3dddb715cc62fa13a6bb7a95c856519d910df (patch) | |
tree | 00a6af757b5b7a79d2e01324fe9874fc92171c66 /drivers/gpu/drm/gma500 | |
parent | d0c048560a041789d64f95dcb18be11040b3be9b (diff) |
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>
Diffstat (limited to 'drivers/gpu/drm/gma500')
0 files changed, 0 insertions, 0 deletions