From: Thomas Gleixner Date: Tue, 20 Jun 2006 18:05:05 +0000 (+0200) Subject: [MTD] NAND: Fix breakage all over the place X-Git-Tag: v2.6.18-rc1~1105^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bc3312bef4d6f220812500c0de7868fb7625a41;p=pandora-kernel.git [MTD] NAND: Fix breakage all over the place Following problems are addressed: - wrong status caused early break out of nand_wait() - removed the bogus status check in nand_wait() which is a relict of the abandoned support for interrupted erase. - status check moved to the correct place in read_oob - oob support for syndrom based ecc with strange layouts - use given offset in the AUTOOOB based oob operations Partially based on a patch from Vitaly Vool Thanks to Savin Zlobec for tracking down the status problem. Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed