summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authoryu kuai <yukuai3@huawei.com>2019-12-26 15:07:50 +0300
committerAlex Deucher <alexander.deucher@amd.com>2020-01-07 19:57:34 +0300
commitb36a62321d2e5cad1236167a1e0aba71296fa6a9 (patch)
tree07d0a09b174b25a65dcaaec391982e705d5f4b84 /init
parente78adc5a1d34eda80f157e9af477284989a62bdb (diff)
downloadlinux-b36a62321d2e5cad1236167a1e0aba71296fa6a9.tar.xz
drm/radeon: remove three set but not used variable
Fixes gcc '-Wunused-but-set-variable' warning: drivers/gpu/drm/radeon/radeon_atombios.c: In function ‘radeon_get_atom_connector_info_from_object_table’: drivers/gpu/drm/radeon/radeon_atombios.c:651:26: warning: variable ‘grph_obj_num’ set but not used [-Wunused-but-set-variable] drivers/gpu/drm/radeon/radeon_atombios.c:651:13: warning: variable ‘grph_obj_id’ set but not used [-Wunused-but-set-variable] drivers/gpu/drm/radeon/radeon_atombios.c:573:37: warning: variable ‘con_obj_type’ set but not used [-Wunused-but-set-variable] They are never used, and so can be removed. Signed-off-by: yu kuai <yukuai3@huawei.com> Acked-by: Huang Rui <ray.huang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions