UBI: remove bogus assertion

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
This commit is contained in:
Artem Bityutskiy 2008-01-22 12:31:30 +02:00
parent d536058752
commit 2f9270e7fe
1 changed files with 0 additions and 1 deletions

View File

@ -390,7 +390,6 @@ out_free_buf:
vfree(buf);
out_free_vidh:
ubi_free_vid_hdr(ubi, vh);
ubi_assert(err < 0);
return err;
}