diff options
author | Gustavo A. R. Silva <gustavo@embeddedor.com> | 2019-06-04 15:58:02 +0200 |
---|---|---|
committer | Gustavo A. R. Silva <gustavo@embeddedor.com> | 2019-07-26 03:09:54 +0200 |
commit | cc4070449a5bd700c02de4a9d37adb40e116773d (patch) | |
tree | 3271c4e979b236190cc77656849557fbfb54df4e /drivers/mtd/Kconfig | |
parent | afs: fsclient: Mark expected switch fall-throughs (diff) | |
download | linux-cc4070449a5bd700c02de4a9d37adb40e116773d.tar.xz linux-cc4070449a5bd700c02de4a9d37adb40e116773d.zip |
mtd: onenand_base: Mark expected switch fall-through
In preparation to enabling -Wimplicit-fallthrough, mark switch cases
where we are expecting to fall through.
This patch fixes the following warning:
drivers/mtd/nand/onenand/onenand_base.c: In function ‘onenand_check_features’:
drivers/mtd/nand/onenand/onenand_base.c:3264:17: warning: this statement may fall through [-Wimplicit-fallthrough=]
this->options |= ONENAND_HAS_NOP_1;
drivers/mtd/nand/onenand/onenand_base.c:3265:2: note: here
case ONENAND_DEVICE_DENSITY_4Gb:
^~~~
Warning level 3 was used: -Wimplicit-fallthrough=3
This patch is part of the ongoing efforts to enable
-Wimplicit-fallthrough.
Cc: Jonathan Bakker <xc-racer2@live.ca>
Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Diffstat (limited to 'drivers/mtd/Kconfig')
0 files changed, 0 insertions, 0 deletions