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

Scott Wood scottwood at freescale.com
Wed Jul 6 09:01:38 EST 2011


On Tue, 5 Jul 2011 18:35:02 -0400
"Matthew L. Creech" <mlcreech at gmail.com> wrote:

> From: Mike Hench <mhench at elutions.com>
> 
> 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: elbc_fcm_ctrl->oob_poi is removed entirely, since this code block was the
> only place it was actually used.

Just noticed, full_page can come out as well.

Otherwise, ACK

-Scott



More information about the Linuxppc-dev mailing list