commit | 026674cf055f15da0fa92fbef293d5852346380d | [log] [tgz] |
---|---|---|
author | YueHaibing <yuehaibing@huawei.com> | Sat Nov 09 17:37:25 2019 +0800 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed Nov 13 15:29:45 2019 -0500 |
tree | e3b558b07e5d21c9b93da850e338adf8b24f2b21 | |
parent | f5ac1595156a8b63812ed6fa0803ddf7207cced7 [diff] |
drm/amd/display: remove set but not used variable 'ds_port' Fixes gcc '-Wunused-but-set-variable' warning: drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_link_dp.c: In function dp_wa_power_up_0010FA: drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_link_dp.c:2320:35: warning: variable ds_port set but not used [-Wunused-but-set-variable] It is never used, so can be removed. Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>