Re: [PATCH v3] mtd: eLBC NAND: remove elbc_fcm_ctrl->oob_poi

2011-07-06 Thread Artem Bityutskiy
On Tue, 2011-07-05 at 19:14 -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 alw

[PATCH v3] mtd: eLBC NAND: remove elbc_fcm_ctrl->oob_poi

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