From: Daniel Mack Date: Tue, 7 Jun 2011 10:01:07 +0000 (-0700) Subject: mtd: pxa3xx_nand: Fix blank page ECC mismatch X-Git-Tag: v3.2-rc1~14^2~160 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=543e32d5ff165d0d68deedb0e3557478c7c36a4a;p=pandora-kernel.git mtd: pxa3xx_nand: Fix blank page ECC mismatch This bug was introduced in f8155a40 ("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 Acked-by: Lei Wen Cc: Haojian Zhuang Cc: David Woodhouse Cc: stable@kernel.org [2.6.38+] Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed