[PATCH v2 55/62] UBI: Fix debug message
Teresa Remmet
t.remmet at phytec.de
Fri May 27 00:44:48 PDT 2016
From: Richard Weinberger <richard at nod.at>
We have to use j instead of i. i is the volume id
and not the block.
Reported-by: Alexander.Block at continental-corporation.com
Signed-off-by: Richard Weinberger <richard at nod.at>
Acked-by: Brian Norris <computersforpeace at gmail.com>
Signed-off-by: Teresa Remmet <t.remmet at phytec.de>
---
drivers/mtd/ubi/eba.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/mtd/ubi/eba.c b/drivers/mtd/ubi/eba.c
index 8747213..a7af247 100644
--- a/drivers/mtd/ubi/eba.c
+++ b/drivers/mtd/ubi/eba.c
@@ -1237,7 +1237,7 @@ int self_check_eba(struct ubi_device *ubi, struct ubi_attach_info *ai_fastmap,
continue;
ubi_err(ubi, "LEB:%i:%i is PEB:%i instead of %i!",
- vol->vol_id, i, fm_eba[i][j],
+ vol->vol_id, j, fm_eba[i][j],
scan_eba[i][j]);
ubi_assert(0);
}
--
1.9.1
More information about the barebox
mailing list