diff options
author | Maíra Canal <maira.canal@usp.br> | 2022-02-22 16:16:55 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2022-02-23 22:03:20 +0300 |
commit | 23da6e0f7d5ebdba2b18ffcc228130a33d5411cc (patch) | |
tree | 4d8a7ef718cb664e73ffae6b3f34c16ae5d8083e /tools/perf/scripts/python/stackcollapse.py | |
parent | 78be946dad6d9f888726fbbb5de81b521f156c01 (diff) | |
download | linux-23da6e0f7d5ebdba2b18ffcc228130a33d5411cc.tar.xz |
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>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions