]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
UBI: fix error path
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Mon, 17 Dec 2007 12:02:09 +0000 (14:02 +0200)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Wed, 26 Dec 2007 17:15:15 +0000 (19:15 +0200)
commitfc75a1e166268e0c3366c3b30888a024125f6665
tree82dc34795ee9299d6184a31fb87b4e9b8925f6a2
parent450f872a8e1763c883c9f723e6937b7ed223e6d3
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 <Artem.Bityutskiy@nokia.com>
drivers/mtd/ubi/vmt.c