]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mtd: eLBC NAND: remove elbc_fcm_ctrl->oob_poi
authormhench <mhench@elutions.com>
Mon, 11 Jul 2011 12:29:43 +0000 (12:29 +0000)
committerScott Wood <scottwood@freescale.com>
Mon, 3 Oct 2011 23:35:12 +0000 (18:35 -0500)
commit17d261df18acfab96dcb5e0e078d2fe81a7d70ad
tree77a8ee67d390ce370edd2170c44b1f839a4d14a0
parent6089981663f2abb065ac852b844215a2ceced65f
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>
drivers/mtd/nand/fsl_elbc_nand.c