commit | 800ffd3496987e91f599a135060ef49731e045ac | [log] [tgz] |
---|---|---|
author | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | Mon Jan 02 13:59:12 2012 +0200 |
committer | David Woodhouse <David.Woodhouse@intel.com> | Mon Jan 09 18:26:26 2012 +0000 |
tree | a62c4985597e6ce01d8f8ab07f67212357e2a846 | |
parent | d58b27ed58a30faf376e40d19945f34301944b8d [diff] |
mtd: do not use mtd->block_markbad directly Instead, use the new 'mtd_can_have_bb()', or just rely on 'mtd_block_markbad()' return code, which will be -EOPNOTSUPP if bad blocks are not supported. Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>