mbox series

[0/3] amdgpu: A few fixes for clang warnings

Message ID 20220504165009.82557-1-mike@fireburn.co.uk (mailing list archive)
Headers show
Series amdgpu: A few fixes for clang warnings | expand

Message

Mike Lothian May 4, 2022, 4:50 p.m. UTC
Just a few simple fixes to get rid of warnings seen with clang 14

Mike Lothian (3):
  drm/amdgpu/gfx10: Initalise index
  drm/amdgpu/gfx11: Initalise index
  drm/amdgpu/gfx11: Add missing break

 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 2 +-
 drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)