Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mtd: pxa3xx_nand: Fix blank page ECC mismatch
This bug was introduced in f8155a4 ("mtd: pxa3xx_nand: rework irq logic") and causes the PXA3xx NAND controller fail to operate with NAND flash that has empty pages. According to the comment in this block, the hardware controller will report a double-bit error for empty pages, which can and must be ignored. This patch restores the original behaviour of the driver. Signed-off-by: Daniel Mack <[email protected]> Acked-by: Lei Wen <[email protected]> Cc: Haojian Zhuang <[email protected]> Cc: David Woodhouse <[email protected]> Cc: [email protected] [2.6.38+] Signed-off-by: Artem Bityutskiy <[email protected]>
- Loading branch information