diff options
author | 2021-07-26 15:06:22 -0500 | |
---|---|---|
committer | 2021-07-29 12:51:00 -0500 | |
commit | 696e572dc85c674b31f4f13f59d8e217ee1b057f (patch) | |
tree | 5a0236e595dbf38f884f84cb0029b9206cc25665 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Linux 5.14-rc3 (diff) | |
download | wireguard-linux-696e572dc85c674b31f4f13f59d8e217ee1b057f.tar.xz wireguard-linux-696e572dc85c674b31f4f13f59d8e217ee1b057f.zip |
ARM: riscpc: Fix fall-through warning for Clang
Fix the following fallthrough warning:
arch/arm/mach-rpc/riscpc.c:52:2: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough]
default:
^
arch/arm/mach-rpc/riscpc.c:52:2: note: insert 'break;' to avoid fall-through
default:
^
break;
Reported-by: kernel test robot <lkp@intel.com>
Link: https://lore.kernel.org/lkml/202107260355.bF00i5bi-lkp@intel.com/
Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions