linux/drivers/mtd/nand
Gustavo A. R. Silva 36a016a572 mtd: onenand: Fix fall-through warnings for Clang
In preparation to enable -Wimplicit-fallthrough for Clang, fix a warning
by explicitly adding a break statement instead of letting the code fall
through to the next case.

Link: https://github.com/KSPP/linux/issues/115
Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20210305082356.GA137489@embeddedor
2021-03-11 12:17:44 +01:00
..
onenand mtd: onenand: Fix fall-through warnings for Clang 2021-03-11 12:17:44 +01:00
raw MTD core changes: 2021-02-21 13:54:33 -08:00
spi mtd: spinand: Fix MTD_OPS_AUTO_OOB requests 2021-01-14 16:44:41 +01:00
bbt.c mtd: nand: Fix memory allocation in nanddev_bbt_init() 2018-11-28 15:41:50 +01:00
core.c mtd: nand: Add helpers to manage ECC engines and configurations 2020-12-10 22:37:30 +01:00
ecc-sw-bch.c mtd: nand: ecc-bch: Create the software BCH engine 2020-12-10 22:37:26 +01:00
ecc-sw-hamming.c mtd: nand: ecc-hamming: Clarify the logic around rp17 2020-12-10 22:37:31 +01:00
ecc.c mtd: spinand: Allow the case where there is no ECC engine 2020-12-10 22:37:30 +01:00
Kconfig mtd: nand: Change dependency between the NAND and ECC cores 2020-12-10 22:37:32 +01:00
Makefile mtd: nand: ecc-hamming: Move Hamming code to the generic NAND layer 2020-12-10 22:37:29 +01:00