commit | cad40654c312fc51bdb520e9be91e29a9742bbcb | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw2@infradead.org> | Wed Nov 01 08:19:20 2006 +0800 |
committer | David Woodhouse <dwmw2@infradead.org> | Wed Nov 01 08:19:20 2006 +0800 |
tree | 682b30b108db2e637da5ff4e7f43c28c5e63bb6d | |
parent | be8444bdf34f7ba21e2364ca296c68e81033e3b2 [diff] |
[MTD] NAND: Fix ECC settings in CAFÉ controller driver. 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>