From d2b51c808745ca93c020ba34a3cf256ad52adc63 Mon Sep 17 00:00:00 2001 From: Roger Quadros Date: Fri, 5 Dec 2014 17:18:39 +0200 Subject: [PATCH] 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-format-patch failed