u-boot/drivers/mtd/nand
Heinrich Schuchardt 389b45d6b0 zynq: mtd: nand: remove superfluous if
This sort of code does not make much sense:

    if (ondie_ecc_enabled) {
        if (ondie_ecc_enabled) {

Remove the inner if.

The problem was indicated by cppcheck.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
2021-01-05 11:54:53 +01:00
..
raw zynq: mtd: nand: remove superfluous if 2021-01-05 11:54:53 +01:00
spi mtd: spinand: Do not erase the block before writing a bad block marker 2020-12-18 16:16:36 +05:30
bbt.c Fix corner case in bad block table handling. 2020-08-04 23:30:02 -04:00
core.c mtd: spinand: enable erasing of bad mtd blocks 2020-12-18 16:16:36 +05:30
Kconfig mtd: nand: Add core infrastructure to support SPI NANDs 2018-09-20 20:10:49 +05:30
Makefile mtd: Makefile: deep cleanup 2019-12-04 17:10:51 -05:00