Files
u-boot/drivers/mtd
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
..
2020-11-15 15:29:40 +05:30
2020-10-08 09:04:41 +02:00
2019-12-04 17:10:51 -05:00
2018-10-02 22:12:31 +05:30