
On Mon, Jul 11, 2011 at 12:29:43PM -0000, Mike Hench wrote:
From: mhench mhench@elutions.com
The eLBC NAND driver currently follows up each program/write operation with a read-back of the page, in order to [ostensibly] fill in ECC data for the caller. However, the page address used for this read is always -1, so the read will never work correctly. Remove this useless (and potentially problematic) block of code.
v2: fix broken mailer
Signed-off-by: mhench mhench@elutions.com
drivers/mtd/nand/fsl_elbc_nand.c | 32 ++------------------------------ 1 files changed, 2 insertions(+), 30 deletions(-)
Applied to u-boot-nand-flash next.
Sorry for the delay, lost track of this one and recently found it again in Patchwork.
In the future, please use your full name in the signed-off-by line.
-Scott