diff options
author | Tom Rix <trix@redhat.com> | 2023-02-24 19:45:19 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2023-03-02 06:40:58 +0300 |
commit | cca3306488f71465f8c5e920e5a4e24fa461c72b (patch) | |
tree | 2d9bc2d750a8abc6ce1bfe008e86ed954206deca /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ca87c9ae70566c651dcf09c1b080db259e20f9ee (diff) | |
download | linux-cca3306488f71465f8c5e920e5a4e24fa461c72b.tar.xz |
drm/amdgpu: remove unused variable ring
building with gcc and W=1 reports
drivers/gpu/drm/amd/amdgpu/vcn_v4_0.c:81:29: error: variable
‘ring’ set but not used [-Werror=unused-but-set-variable]
81 | struct amdgpu_ring *ring;
| ^~~~
ring is not used so 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-postgresql.py')
0 files changed, 0 insertions, 0 deletions