summaryrefslogtreecommitdiff
path: root/drivers/mtd/ubi/vtbl.c
diff options
context:
space:
mode:
authorDavid Woodhouse <David.Woodhouse@intel.com>2008-10-18 10:47:37 (GMT)
committerDavid Woodhouse <David.Woodhouse@intel.com>2008-10-18 10:47:37 (GMT)
commita52c8afdd035a72da55756d5e7f9fb35cc62dcf5 (patch)
tree18d6a6e15b971de99dd2264f3ab219523bdd2773 /drivers/mtd/ubi/vtbl.c
parentfaa5c2a15e14b6a4e59fcae65dec5258e723ea9f (diff)
parent762a9f291bfdf9e4d5c2b80d730d79055c8d8c99 (diff)
downloadlinux-fsl-qoriq-a52c8afdd035a72da55756d5e7f9fb35cc62dcf5.tar.xz
Merge branch 'master' of git://git.infradead.org/ubi-2.6
Diffstat (limited to 'drivers/mtd/ubi/vtbl.c')
-rw-r--r--drivers/mtd/ubi/vtbl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mtd/ubi/vtbl.c b/drivers/mtd/ubi/vtbl.c
index 217d0e1..333c894 100644
--- a/drivers/mtd/ubi/vtbl.c
+++ b/drivers/mtd/ubi/vtbl.c
@@ -244,8 +244,8 @@ static int vtbl_check(const struct ubi_device *ubi,
}
if (reserved_pebs > ubi->good_peb_count) {
- dbg_err("too large reserved_pebs, good PEBs %d",
- ubi->good_peb_count);
+ dbg_err("too large reserved_pebs %d, good PEBs %d",
+ reserved_pebs, ubi->good_peb_count);
err = 9;
goto bad;
}