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
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: