Re: [PATCH 3/3] drm/amd/display: remove unused variables in dcn21_set_backlight_level

2023-04-20 Thread Hamza Mahfooz
On 4/20/23 04:47, Arnd Bergmann wrote: From: Arnd Bergmann The only references to these variables were removed, so they now cause warnings and have to be removed as well: drivers/gpu/drm/amd/amdgpu/../display/dc/dcn21/dcn21_hwseq.c:226:20: error: unused variable 'cmd'

[PATCH 3/3] drm/amd/display: remove unused variables in dcn21_set_backlight_level

2023-04-20 Thread Arnd Bergmann
From: Arnd Bergmann The only references to these variables were removed, so they now cause warnings and have to be removed as well: drivers/gpu/drm/amd/amdgpu/../display/dc/dcn21/dcn21_hwseq.c:226:20: error: unused variable 'cmd' [-Werror,-Wunused-variable]