diff options
| author | Randy Dunlap <[email protected]> | 2024-03-12 17:13:03 -0700 |
|---|---|---|
| committer | Kalle Valo <[email protected]> | 2024-03-14 10:56:31 +0200 |
| commit | 6c700b35a5340020e8fa9925871f7e1ed365ab92 (patch) | |
| tree | 1f0aaebcaa81c8855649a9396b70ea828ee88d1f /tools/perf/scripts/python/arm-cs-trace-disasm.py | |
| parent | e27b02e23a701e5761f1d6028643e1203a1c56de (diff) | |
ssb: use "break" on default case to prevent warning
Having an empty default: case in a switch statement causes a warning
(when using Clang; I don't see the warning when using gcc),
so add a "break;" to the default case to prevent the warning:
drivers/ssb/main.c:1149:2: warning: label at end of compound statement is a C2x extension [-Wc2x-extensions]
Fixes: e27b02e23a70 ("ssb: drop use of non-existing CONFIG_SSB_DEBUG symbol")
Signed-off-by: Randy Dunlap <[email protected]>
Reported-by: kernel test robot <[email protected]>
Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/
Cc: Michael Büsch <[email protected]>
Cc: [email protected]
Cc: Kalle Valo <[email protected]>
Cc: Johannes Berg <[email protected]>
Cc: [email protected]
Acked-by: Michael Büsch <[email protected]>
Reviewed-by: Nathan Chancellor <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Link: https://msgid.link/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/arm-cs-trace-disasm.py')
0 files changed, 0 insertions, 0 deletions