drm/amd/display: remove set but unused variable
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 6 Jul 2022 13:59:38 +0000 (09:59 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 7 Jul 2022 19:55:24 +0000 (15:55 -0400)
commitb83c9e3dd5b5dabc507e79c3f03e700a20b2a4ee
tree1480753375ded430dd2d8e5ef260453eec822472
parentf72fc9bd226979c272d6f829a3c60c3d9e8dc969
drm/amd/display: remove set but unused variable

Fixes the following:
drivers/gpu/drm/amd/amdgpu/../display/dc/dcn32/dcn32_hwseq.c:428:33: warning: variable 'old_pipe' set but not used

Reported-by: kernel test robot <lkp@intel.com>
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hwseq.c