Gustavo A. R. Silva
1adee589cd
kernel: debug: Fix unreachable code in gdb_serial_stub()
...
Fix the following warning:
kernel/debug/gdbstub.c:1049:4: warning: fallthrough annotation in unreachable code [-Wimplicit-fallthrough]
fallthrough;
^
include/linux/compiler_attributes.h:210:41: note: expanded from macro 'fallthrough'
# define fallthrough __attribute__((__fallthrough__)
by placing the fallthrough; statement inside ifdeffery.
Reported-by: kernel test robot <lkp@intel.com >
Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org >
2021-07-12 11:03:35 -05:00
..
2021-06-29 15:45:27 -07:00
2021-07-02 15:14:36 -07:00
2021-07-12 11:03:35 -05:00
2021-07-02 13:31:08 -07:00
2021-05-31 10:14:49 +02:00
2021-06-29 17:29:11 -07:00
2021-06-22 11:07:18 -07:00
2021-07-09 15:35:13 +02:00
2021-07-04 12:29:16 -07:00
2021-07-11 11:06:09 -07:00
2021-07-08 11:48:21 -07:00
2021-06-29 12:07:18 -07:00
2021-07-04 12:58:33 -07:00
2021-07-11 11:13:57 -07:00
2021-07-04 12:58:33 -07:00
2021-07-09 11:15:09 -07:00
2021-06-08 22:18:35 -04:00
2021-06-10 20:59:05 -04:00
2021-06-10 20:59:05 -04:00
2021-06-29 12:23:02 -07:00
2021-07-08 11:48:22 -07:00
2021-06-28 20:39:26 -07:00
2021-05-12 11:43:25 +02:00
2021-06-28 20:39:26 -07:00
2021-06-29 17:29:11 -07:00
2021-06-18 11:43:08 +02:00
2021-06-28 11:45:29 -07:00
2021-05-27 04:01:50 +09:00
2021-07-02 12:08:10 -07:00
2021-06-10 10:00:08 +02:00
2021-07-05 10:46:20 +02:00
2021-07-08 11:48:22 -07:00
2021-06-28 22:43:05 +02:00
2021-07-01 11:06:04 -07:00
2021-07-11 11:06:09 -07:00
2021-06-29 17:29:11 -07:00
2021-07-08 11:48:22 -07:00
2021-07-01 11:06:04 -07:00
2021-06-18 11:43:09 +02:00
2021-06-21 13:08:36 +01:00
2021-05-14 19:41:32 -07:00
2021-06-28 12:49:52 -07:00
2021-07-08 11:43:24 -07:00
2021-05-12 13:01:45 +02:00
2021-06-18 11:43:07 +02:00
2021-07-05 10:46:33 +02:00
2021-07-08 11:48:21 -07:00
2021-06-28 20:39:26 -07:00
2021-06-23 16:41:24 -06:00
2021-07-02 12:08:10 -07:00
2021-06-29 11:51:25 -04:00
2021-06-28 20:39:26 -07:00
2021-06-28 20:39:26 -07:00
2021-07-03 11:41:14 -07:00
2021-06-29 10:53:46 -07:00
2021-05-20 12:58:30 -04:00