Re: [PATCH] drm/amdgpu/display: Fix compilation issues

2022-06-07 Thread Leo
On 2022-06-07 10:00, Alex Deucher wrote: > On Tue, Jun 7, 2022 at 4:27 AM Chandan Vurdigere Nataraj > wrote: >> >> [Why] >> Getting below build errors: >> drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:1419:3: error: >> unannotated fall-through between switch labels >>

Re: [PATCH] drm/amdgpu/display: Fix compilation issues

2022-06-07 Thread Alex Deucher
On Tue, Jun 7, 2022 at 4:27 AM Chandan Vurdigere Nataraj wrote: > > [Why] > Getting below build errors: > drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:1419:3: error: > unannotated fall-through between switch labels > [-Werror,-Wimplicit-fallthrough] > default: >