diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2019-11-25 08:16:21 +0100 |
---|---|---|
committer | Gustavo A. R. Silva <gustavo@embeddedor.com> | 2019-12-10 23:11:42 +0100 |
commit | 3d519d6d388ba4f9a75d0e0b6f60d890987bc096 (patch) | |
tree | ca66a4d2c9a3de45e09e589c5df2bc5126ca79bf /net/bluetooth | |
parent | Linux 5.5-rc1 (diff) | |
download | linux-3d519d6d388ba4f9a75d0e0b6f60d890987bc096.tar.xz linux-3d519d6d388ba4f9a75d0e0b6f60d890987bc096.zip |
sh: kgdb: Mark expected switch fall-throughs
Mark switch cases where we are expecting to fall through.
This patch fixes the following error:
LINUX/arch/sh/kernel/kgdb.c: In function 'kgdb_arch_handle_exception':
LINUX/arch/sh/kernel/kgdb.c:267:6: error: this statement may fall through [-Werror=implicit-fallthrough=]
if (kgdb_hex2long(&ptr, &addr))
^
LINUX/arch/sh/kernel/kgdb.c:269:2: note: here
case 'D':
^~~~
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Acked-by: Daniel Thompson <daniel.thompson@linaro.org>
Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Diffstat (limited to 'net/bluetooth')
0 files changed, 0 insertions, 0 deletions