drm/amd/display: Remove unused temp variable
authorMaíra Canal <maira.canal@usp.br>
Tue, 22 Feb 2022 13:16:55 +0000 (10:16 -0300)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 23 Feb 2022 19:03:20 +0000 (14:03 -0500)
commit23da6e0f7d5ebdba2b18ffcc228130a33d5411cc
tree4d8a7ef718cb664e73ffae6b3f34c16ae5d8083e
parent78be946dad6d9f888726fbbb5de81b521f156c01
drm/amd/display: Remove unused temp variable

Remove unused temp variable from the dmub_rb_flush_pending function by
using arithmetic to remove the loop.

The -Wunused-but-set-variable warning was pointed out by Clang with the
following warning:

drivers/gpu/drm/amd/amdgpu/../display/dmub/inc/dmub_cmd.h:2921:12: warning:
variable 'temp' set but not used [-Wunused-but-set-variable]
    uint64_t temp;
             ^

v2: squash in revert and comment update (Alex)

Signed-off-by: Maíra Canal <maira.canal@usp.br>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h