Gustavo A. R. Silva
1eb5f4a3dd
mtd: cfi_util: Fix unreachable code issue
...
Fix the following warning:
drivers/mtd/chips/cfi_util.c:112:3: 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__))
^
drivers/mtd/chips/cfi_util.c:168:3: 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:15:28 -05:00
..
2021-07-12 11:15:28 -05:00
2021-06-11 20:43:12 +02:00
2020-10-12 21:12:08 +02:00
2020-08-27 14:36:07 +02:00
2021-06-11 20:44:18 +02:00
2021-07-05 11:21:51 -07:00
2021-07-05 11:21:51 -07:00
2021-06-21 11:17:10 +05:30
2021-05-10 12:48:35 +02:00
2021-07-09 10:10:47 -07:00
2021-03-11 09:37:48 +01:00
2021-03-11 09:37:48 +01:00
2021-06-11 20:44:21 +02:00
2020-12-10 22:37:29 +01:00
2020-05-31 19:49:01 -07:00
2021-06-16 06:53:50 -06:00
2021-03-11 09:37:48 +01:00
2021-03-11 09:37:48 +01:00
2021-03-28 19:24:54 +02:00
2020-09-11 18:49:34 +02:00
2021-06-11 20:42:57 +02:00
2019-09-05 14:34:23 -04:00
2021-06-11 20:43:46 +02:00
2021-06-11 20:42:45 +02:00
2021-06-16 21:09:31 -07:00
2020-12-01 14:53:39 -07:00
2021-03-11 09:37:48 +01:00
2021-05-10 12:11:46 +02:00
2021-06-11 20:43:26 +02:00
2021-06-11 20:43:20 +02:00
2021-05-10 12:49:00 +02:00
2019-06-19 17:09:55 +02:00
2019-06-19 17:09:55 +02:00