From: Artem Bityutskiy Date: Mon, 17 Dec 2007 12:02:09 +0000 (+0200) Subject: UBI: fix error path X-Git-Tag: v2.6.25-rc1~296^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc75a1e166268e0c3366c3b30888a024125f6665;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