From: David Woodhouse Date: Wed, 1 Nov 2006 00:19:20 +0000 (+0800) Subject: [MTD] NAND: Fix ECC settings in CAFÉ controller driver. X-Git-Tag: v2.6.20-rc6~47^2~37^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cad40654c312fc51bdb520e9be91e29a9742bbcb;p=pandora-kernel.git [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 --- Reading git-diff-tree failed