diff options
author | Colin Ian King <colin.i.king@gmail.com> | 2022-10-24 15:29:54 +0100 |
---|---|---|
committer | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2022-11-04 16:56:45 +0100 |
commit | 9bf961085b3918773ae6b06680bb3d49bbf2c9f3 (patch) | |
tree | ce5330e50a8befdf4aaf17304213961cdcb2468b /drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c | |
parent | 94a7ad9283464b75b12516c5512541d467cefcf8 (diff) |
media: dvb-core: remove variable n, turn for-loop to while-loop
Variable n is just being incremented and it's never used
anywhere else. The variable and the increment are redundant so
remove it. This allows the for-loop to be replaced with a
while-loop.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Reviewed-by: Tommaso Merciai <tommaso.merciai@amarulasolutions.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c')
0 files changed, 0 insertions, 0 deletions