commit | 8b0036eefd7a96f23244b969417684c8627f5ad6 | [log] [tgz] |
---|---|---|
author | Vitaly Wool <vwool@ru.mvista.com> | Tue Jul 11 09:11:25 2006 +0200 |
committer | Thomas Gleixner <tglx@cruncher.tec.linutronix.de> | Tue Jul 11 09:11:25 2006 +0200 |
tree | 765e2a201ebecdde7c89dc27e09f1a6038480eb2 | |
parent | 90a18fab4ae07b77bf053b75a4d1285cd94faa79 [diff] |
[MTD] NAND: OOB buffer offset fixups 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>