Re: [PATCH 08/10] drm/amd/display: Remove unused variable

2022-02-22 Thread Alex Deucher
Applied. Thanks! On Tue, Feb 22, 2022 at 8:18 AM Maíra Canal wrote: > > Remove the variable clamshell_closed from the function > dcn10_align_pixel_clocks. > > This was pointed by clang with the following warning: > > drivers/gpu/drm/amd/amdgpu/../display/dc/dcn10/dcn10_hw_sequencer.c:2063:7: > w

[PATCH 08/10] drm/amd/display: Remove unused variable

2022-02-22 Thread Maíra Canal
Remove the variable clamshell_closed from the function dcn10_align_pixel_clocks. This was pointed by clang with the following warning: drivers/gpu/drm/amd/amdgpu/../display/dc/dcn10/dcn10_hw_sequencer.c:2063:7: warning: variable 'clamshell_closed' set but not used [-Wunused-but-set-variable]