
11 Jul
2011
11 Jul
'11
9:58 p.m.
On Mon, 11 Jul 2011 11:19:12 -0400 Mike Hench mhench@elutions.com wrote:
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.
Signed-off-by: mhench mhench@elutions.com
drivers/mtd/nand/fsl_elbc_nand.c | 32 ++------------------------------ 1 files changed, 2 insertions(+), 30 deletions(-)
Patch is line wrapped.
-Scott