From: Roger Quadros Date: Fri, 5 Dec 2014 15:18:39 +0000 (+0200) Subject: mtd: mtd_oobtest: Fix bitflip_limit usage in test case 3 X-Git-Tag: omap-for-v4.1/fixes-rc1~47^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2b51c808745ca93c020ba34a3cf256ad52adc63;p=pandora-kernel.git mtd: mtd_oobtest: Fix bitflip_limit usage in test case 3 In test case 3, we set vary_offset to write at different offsets and lengths in the OOB available area. We need to do the bitflip_limit check while checking for 0xff outside the OOB offset + length area that we didn't modify during write. Signed-off-by: Roger Quadros [Brian: whitespace fixup] Signed-off-by: Brian Norris --- Reading git-diff-tree failed