Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

UBI: remove bogus assertion

parent d5360587
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -390,7 +390,6 @@ static int compare_lebs(struct ubi_device *ubi, const struct ubi_scan_leb *seb,
	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;
}
}