diff options
author | Tom Rix <trix@redhat.com> | 2023-03-08 17:10:57 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2023-03-08 22:06:04 +0300 |
commit | 5922231bd346da717ceee8d14b4361fd595e58ac (patch) | |
tree | 9b0a10107e3eaeed352af0abb0126b80071f5af9 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 3a906a0cb150a872a23f6204449d3f8b50693837 (diff) | |
download | linux-5922231bd346da717ceee8d14b4361fd595e58ac.tar.xz |
drm/amd/display: remove unused variable available
With gcc and W=1, there is this error
drivers/gpu/drm/amd/amdgpu/../display/dc/link/protocols/link_dp_dpia_bw.c:297:13: error:
variable ‘available’ set but not used [-Werror=unused-but-set-variable]
297 | int available = 0;
| ^~~~~~~~~
Since available is unused, remove it.
Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions