From: Roman Tereshonkov Date: Tue, 8 Feb 2011 10:02:42 +0000 (+0200) Subject: mtd: onenand_base: onenand_verify bugfix for writepage non-aligned address X-Git-Tag: v2.6.39-rc1~40^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6da85685b2dec1e69e58366c22d1f883d6da575;p=pandora-kernel.git mtd: onenand_base: onenand_verify bugfix for writepage non-aligned address In onenand_verify function the address can be writepage non-aligned. When a page is read for comparing the right offset should be used for "this->verify_buf" to get the right matching with compared "buf" buffer. Signed-off-by: Roman Tereshonkov Signed-off-by: Adrian Hunter Acked-by: Kyungmin Park Signed-off-by: Artem Bityutskiy Signed-off-by: David Woodhouse --- Reading git-diff-tree failed