Skip to content
Snippets Groups Projects
Commit 17d261df authored by mhench's avatar mhench Committed by Scott Wood
Browse files

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: default avatarmhench <mhench@elutions.com>
Signed-off-by: default avatarScott Wood <scottwood@freescale.com>
parent 60899816
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment