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:
90a18fa
)
[MTD] NAND: OOB buffer offset fixups
author
Vitaly Wool
<vwool@ru.mvista.com>
Tue, 11 Jul 2006 07:11:25 +0000
(09:11 +0200)
committer
Thomas Gleixner
<tglx@cruncher.tec.linutronix.de>
Tue, 11 Jul 2006 07:11:25 +0000
(09:11 +0200)
In the case of data-pad-ecc-pad-data... layout the oob start position
has to be sizeof(data) in nand_write_oob_syndrom().
In nand_fill_oob() we need to copy to buf + buffer offset instead of
buf + write offset.
From: Vitaly Wool <vwool@ru.mvista.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
No differences found