Re: [PATCH] mtd: eLBC NAND: remove bogus ECC read-back

2011-07-05 Thread Scott Wood
On Tue, 5 Jul 2011 15:59:57 -0400 "Matthew L. Creech" wrote: > From: Mike Hench > > 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

[PATCH] mtd: eLBC NAND: remove bogus ECC read-back

2011-07-05 Thread Matthew L. Creech
From: Mike Hench 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 (a