Commit 2f9270e7 authored by Artem Bityutskiy's avatar Artem Bityutskiy

UBI: remove bogus assertion

Signed-off-by: default avatarArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
parent d5360587
...@@ -390,7 +390,6 @@ out_free_buf: ...@@ -390,7 +390,6 @@ out_free_buf:
vfree(buf); vfree(buf);
out_free_vidh: out_free_vidh:
ubi_free_vid_hdr(ubi, vh); ubi_free_vid_hdr(ubi, vh);
ubi_assert(err < 0);
return err; return err;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment