diff options
author | Zheng Bin <zhengbin13@huawei.com> | 2020-04-30 11:40:33 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2020-04-30 16:49:12 -0400 |
commit | 83700e20b8707cb90bb64f87e24c3359aa5641da (patch) | |
tree | 5ce25bf6411dc5fe2d6e72808a36dd4309bfa7c8 /drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c | |
parent | 509c58189c8d695ef9cd12093a22ddbd6cdb8d71 (diff) |
drm/amd/display: remove set but not used variable 'speakers' in dce_stream_encoder.c
Fixes gcc '-Wunused-but-set-variable' warning:
drivers/gpu/drm/amd/display/dc/dce/dce_stream_encoder.c:1339:11: warning: variable ‘speakers’ set but not used [-Wunused-but-set-variable]
It is introduced by commit 4562236b3bc0 ("drm/amd/dc:
Add dc display driver (v2)"), but never used, so remove it.
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Zheng Bin <zhengbin13@huawei.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c')
0 files changed, 0 insertions, 0 deletions