Re: [PATCH 3/3] drm/amdgpu/gfx11: Add missing break

2022-05-04 Thread Alex Deucher
Applied patch 3. Thanks! Alex On Wed, May 4, 2022 at 12:50 PM Mike Lothian wrote: > > This stops clang complaining: > > drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c:5895:2: warning: unannotated > fall-through between switch labels [-Wimplicit-fallthrough] > default: > ^ > drivers/gpu

[PATCH 3/3] drm/amdgpu/gfx11: Add missing break

2022-05-04 Thread Mike Lothian
This stops clang complaining: drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c:5895:2: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c:5895:2: note: insert 'break;' to avoid fall-through default: