From: pekon gupta Date: Thu, 20 Mar 2014 13:19:58 +0000 (+0530) Subject: mtd: nand: omap: fix BCHx ecc.correct to return detected bit-flips in erased-page X-Git-Tag: omap-for-v3.16/fixes-against-rc1~57^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f306e8c3b667632952f1a4a74ffb910bbc06255f;p=pandora-kernel.git mtd: nand: omap: fix BCHx ecc.correct to return detected bit-flips in erased-page fixes: commit 62116e5171e00f85a8d53f76e45b84423c89ff34 mtd: nand: omap2: Support for hardware BCH error correction. In omap_elm_correct_data(), if bitflip_count in an erased-page is within the correctable limit (< ecc.strength), then it is not indicated back to the caller ecc->read_page(). This mis-guides upper layers like MTD and UBIFS layer to assume erased-page as perfectly clean and use it for writing even if actual bitflip_count was dangerously high (bitflip_count > mtd->bitflip_threshold). This patch fixes this above issue, by returning 'stats' to caller ecc->read_page() under all scenarios. Reported-by: Brian Norris Signed-off-by: Pekon Gupta Cc: # 3.9.x+ Signed-off-by: Brian Norris --- Reading git-diff-tree failed