UBI: Fastmap: Remove is_fm_block()
authorRichard Weinberger <richard@nod.at>
Fri, 7 Nov 2014 12:35:41 +0000 (13:35 +0100)
committerRichard Weinberger <richard@nod.at>
Thu, 26 Mar 2015 21:47:38 +0000 (22:47 +0100)
This function was added to fastmap in a very early stage
to have paranoid assertions.
With the current fastmap implementation this assert will never
trigger as fastmap PEBs are not seen by the WL sub-system.
Remove it to save us some CPU cycles.

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

No differences found