git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be8444b
)
[MTD] NAND: Fix ECC settings in CAFÉ controller driver.
author
David Woodhouse
<dwmw2@infradead.org>
Wed, 1 Nov 2006 00:19:20 +0000
(08:19 +0800)
committer
David 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