[MTD] NAND: Fix ECC settings in CAFÉ controller driver.
authorDavid Woodhouse <dwmw2@infradead.org>
Wed, 1 Nov 2006 00:19:20 +0000 (08:19 +0800)
committerDavid Woodhouse <dwmw2@infradead.org>
Wed, 1 Nov 2006 00:19:20 +0000 (08:19 +0800)
We were resetting cafe->ctl2 to zero after an erase (and also during a
write, but it was correctly reset after that). This meant that ECC reads
after an erase were failing. Doh.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>

No differences found