UBI: Fastmap: Remove bogus ubi_assert()
authorRichard Weinberger <richard@nod.at>
Tue, 7 Oct 2014 16:51:07 +0000 (18:51 +0200)
committerRichard Weinberger <richard@nod.at>
Thu, 26 Mar 2015 21:45:58 +0000 (22:45 +0100)
It is legal to have PEBs left in the used list.
This can happen if UBI copies a PEB and a powercut happens
between writing a new fastmap and adding this PEB into the EBA table.
In this case the old PEB will be used.

Signed-off-by: Richard Weinberger <richard@nod.at>

No differences found