commit | 52a474de0a830bdf4305ef19c3321064ce5da438 | [log] [tgz] |
---|---|---|
author | Mike Hench <mhench@elutions.com> | Tue Jul 05 19:14:48 2011 -0400 |
committer | Artem Bityutskiy <artem.bityutskiy@intel.com> | Sun Sep 11 15:02:15 2011 +0300 |
tree | 97e35517e0f9eabe97fe02ee9a154774402c08f9 | |
parent | fb5427508abbd635e877fabdf55795488119c2d6 [diff] |
mtd: eLBC NAND: remove elbc_fcm_ctrl->oob_poi 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: Matthew L. Creech <mlcreech@gmail.com> Signed-off-by: Artem Bityutskiy <dedekind1@gmail.com>