commit | c8566350a3229ca505b84313c65d1403b4d0cbfc | [log] [tgz] |
---|---|---|
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Wed Jul 16 17:40:22 2008 +0300 |
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Thu Jul 24 13:34:45 2008 +0300 |
tree | 156309b71de9779948fdab03a2831b41fe6ca159 | |
parent | 85c6e6e28259e9b58b8984db536c45bc3161f40c [diff] [blame] |
UBI: fix and re-work debugging stuff Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
diff --git a/drivers/mtd/ubi/scan.c b/drivers/mtd/ubi/scan.c index 892c2ba..40eca9c 100644 --- a/drivers/mtd/ubi/scan.c +++ b/drivers/mtd/ubi/scan.c
@@ -932,7 +932,7 @@ for (pnum = 0; pnum < ubi->peb_count; pnum++) { cond_resched(); - dbg_msg("process PEB %d", pnum); + dbg_gen("process PEB %d", pnum); err = process_eb(ubi, si, pnum); if (err < 0) goto out_vidh;