[PATCH 03/21] UBI: Fastmap: Remove useless code
Richard Weinberger
richard at nod.at
Wed Jun 13 06:42:00 EDT 2012
This case can not happen. No need to check for it.
Signed-off-by: Richard Weinberger <richard at nod.at>
---
drivers/mtd/ubi/wl.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/drivers/mtd/ubi/wl.c b/drivers/mtd/ubi/wl.c
index ea0ab86..52548e7 100644
--- a/drivers/mtd/ubi/wl.c
+++ b/drivers/mtd/ubi/wl.c
@@ -1630,8 +1630,6 @@ int ubi_wl_init(struct ubi_device *ubi, struct ubi_attach_info *ai)
e->pnum = aeb->pnum;
e->ec = aeb->ec;
ubi->lookuptbl[e->pnum] = e;
- if (ubi_is_fm_block(ubi, aeb->pnum))
- continue;
if (!aeb->scrub) {
dbg_wl("add PEB %d EC %d to the used tree",
--
1.7.6.5
More information about the linux-mtd
mailing list