From: Artem Bityutskiy Date: Mon, 17 Dec 2007 12:02:09 +0000 (+0200) Subject: UBI: fix error path X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26538be65536e09cbe1c5b33afd117861b276593;p=pandora-kernel.git UBI: fix error path Error path in volume creation is bogus. First of, it ovverrides the 'err' variable and returns zero to the caller. Second, ubi_assert() in the release function is wrong. Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed