diff options
author | Jiaxun Yang <jiaxun.yang@flygoat.com> | 2023-04-11 14:12:20 +0300 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2023-04-12 16:12:24 +0300 |
commit | f0e7c06f2be9673d008e866bff1a97e1823637e9 (patch) | |
tree | 593eff4da8fb97dbae5bf121a1c1c03335b1d1ce /tools/perf/scripts/python/syscall-counts.py | |
parent | afa624ff96e8e79136a46ddaf6debb030546d7c6 (diff) | |
download | linux-f0e7c06f2be9673d008e866bff1a97e1823637e9.tar.xz |
MIPS: loongson2ef: Add missing break in cs5536_isa
Fixes build error:
arch/mips/loongson2ef/common/cs5536/cs5536_isa.c:217:2: error:
unannotated fall-through between switch labels [-Werror,-Wimplicit-fallthrough]
default:
^
arch/mips/loongson2ef/common/cs5536/cs5536_isa.c:217:2:
note: insert 'break;' to avoid fall-through
default:
^
break;
Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions