From: Vitaly Wool Date: Tue, 11 Jul 2006 07:11:25 +0000 (+0200) Subject: [MTD] NAND: OOB buffer offset fixups X-Git-Tag: v2.6.18~4^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b0036eefd7a96f23244b969417684c8627f5ad6;p=pandora-kernel.git [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 Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed