commit | 17d261df18acfab96dcb5e0e078d2fe81a7d70ad | [log] [tgz] |
---|---|---|
author | mhench <mhench@elutions.com> | Mon Jul 11 12:29:43 2011 +0000 |
committer | Scott Wood <scottwood@freescale.com> | Mon Oct 03 18:35:12 2011 -0500 |
tree | 77a8ee67d390ce370edd2170c44b1f839a4d14a0 | |
parent | 6089981663f2abb065ac852b844215a2ceced65f [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. v2: fix broken mailer Signed-off-by: mhench <mhench@elutions.com> Signed-off-by: Scott Wood <scottwood@freescale.com>