commit | d2b51c808745ca93c020ba34a3cf256ad52adc63 | [log] [tgz] |
---|---|---|
author | Roger Quadros <rogerq@ti.com> | Fri Dec 05 17:18:39 2014 +0200 |
committer | Brian Norris <computersforpeace@gmail.com> | Sun Apr 05 18:10:23 2015 -0700 |
tree | 6dde6542d2de918e83a23df020c2b37e9b06074b | |
parent | 45fd357a491ecc56c0f9bb110bd05d9caf28889f [diff] |
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 <rogerq@ti.com> [Brian: whitespace fixup] Signed-off-by: Brian Norris <computersforpeace@gmail.com>