aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c
diff options
context:
space:
mode:
authorGustavo A. R. Silva <[email protected]>2021-07-26 20:33:53 +0000
committerGustavo A. R. Silva <[email protected]>2021-07-29 17:51:16 +0000
commiteb4f520ca691f109f5fb1d16fc9cc26447a941e1 (patch)
tree76536af26c9c7c44ac9144d226f5bf2688d16e84 /drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c
parentARM: riscpc: Fix fall-through warning for Clang (diff)
downloadkernel-eb4f520ca691f109f5fb1d16fc9cc26447a941e1.tar.gz
kernel-eb4f520ca691f109f5fb1d16fc9cc26447a941e1.zip
scsi: acornscsi: Fix fall-through warning for clang
Fix the following fallthrough warning (on ARM): drivers/scsi/arm/acornscsi.c:2651:2: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case res_success: ^ drivers/scsi/arm/acornscsi.c:2651:2: note: insert '__attribute__((fallthrough));' to silence this warning case res_success: ^ __attribute__((fallthrough)); drivers/scsi/arm/acornscsi.c:2651:2: note: insert 'break;' to avoid fall-through case res_success: ^ break; Reported-by: kernel test robot <[email protected]> Link: https://lore.kernel.org/lkml/[email protected]/ Signed-off-by: Gustavo A. R. Silva <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c')
0 files changed, 0 insertions, 0 deletions