Hi, In function nand_scan_tail() in switch statement switch (chip->ecc.mode) { ... } the final break is missing for NAND_ECC_HW and NAND_ECC_HW_SYNDROME cases. Is this a bug or break is omitted intentionally ? Thanks. Felix.