commit | cca3306488f71465f8c5e920e5a4e24fa461c72b | [log] [tgz] |
---|---|---|
author | Tom Rix <trix@redhat.com> | Fri Feb 24 11:45:19 2023 -0500 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed Mar 01 22:40:58 2023 -0500 |
tree | 2d9bc2d750a8abc6ce1bfe008e86ed954206deca | |
parent | ca87c9ae70566c651dcf09c1b080db259e20f9ee [diff] |
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>