From: Artem Bityutskiy Date: Fri, 3 Feb 2012 09:03:28 +0000 (+0200) Subject: mtd: mtdconcat: return -EOPNOTSUPP if block_markbad is undefined X-Git-Tag: v3.4-rc1~16^2~83 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79186876441278e7276d335448a4cb47fc4c1d8e;p=pandora-kernel.git mtd: mtdconcat: return -EOPNOTSUPP if block_markbad is undefined The main 'mtd_block_markbad()' function returns -EOPNOTSUPP if the '->block_markbad' method is undefined, and mtdconcat should do the same. Fix this by simply removing the 'mtd_can_have_bb()' because it is not really necessary. It could be treated as an optimization, but this function is expected to be used so rarely that it does not matter. Signed-off-by: Artem Bityutskiy Signed-off-by: David Woodhouse --- Reading git-diff-tree failed