diff options
author | Tom Rix <trix@redhat.com> | 2023-02-24 11:45:19 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2023-02-28 14:28:51 -0500 |
commit | 1a80993ae37341c2017108d02975683076ace2a6 (patch) | |
tree | a5fc7ad6091486277b3fe4634f01733f23ce2675 /drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | |
parent | 60971b204c615a6881f50c3dc9a2182551282b94 (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>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c')
0 files changed, 0 insertions, 0 deletions