[PATCH 16/21] UBI: Fastmap: Fix loglevel

Richard Weinberger richard at nod.at
Wed Jun 13 06:42:13 EDT 2012


Signed-off-by: Richard Weinberger <richard at nod.at>
---
 drivers/mtd/ubi/fastmap.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/mtd/ubi/fastmap.c b/drivers/mtd/ubi/fastmap.c
index 65cb3f1..4a16570 100644
--- a/drivers/mtd/ubi/fastmap.c
+++ b/drivers/mtd/ubi/fastmap.c
@@ -407,7 +407,7 @@ static int scan_pool(struct ubi_device *ubi, struct ubi_attach_info *ai,
 		err = ubi_io_read_vid_hdr(ubi, pnum, vh, 0);
 		if (err == UBI_IO_FF || err == UBI_IO_FF_BITFLIPS) {
 			unmap_peb(ai, pnum);
-			ubi_msg("Adding PEB to free: %i", pnum);
+			dbg_bld("Adding PEB to free: %i", pnum);
 			if (err == UBI_IO_FF_BITFLIPS)
 				add_aeb(ai, &ai->free, pnum, be64_to_cpu(ech->ec), 1);
 			else
-- 
1.7.6.5




More information about the linux-mtd mailing list