diff options
author | Jiaxun Yang <[email protected]> | 2023-04-11 12:12:20 +0100 |
---|---|---|
committer | Thomas Bogendoerfer <[email protected]> | 2023-04-12 15:12:24 +0200 |
commit | f0e7c06f2be9673d008e866bff1a97e1823637e9 (patch) | |
tree | 593eff4da8fb97dbae5bf121a1c1c03335b1d1ce /drivers/cdx/controller/cdx_controller.c | |
parent | afa624ff96e8e79136a46ddaf6debb030546d7c6 (diff) |
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 <[email protected]>
Signed-off-by: Thomas Bogendoerfer <[email protected]>
Diffstat (limited to 'drivers/cdx/controller/cdx_controller.c')
0 files changed, 0 insertions, 0 deletions