diff options
author | David Woodhouse <David.Woodhouse@intel.com> | 2008-10-18 10:47:37 (GMT) |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2008-10-18 10:47:37 (GMT) |
commit | a52c8afdd035a72da55756d5e7f9fb35cc62dcf5 (patch) | |
tree | 18d6a6e15b971de99dd2264f3ab219523bdd2773 /drivers/mtd/ubi/vtbl.c | |
parent | faa5c2a15e14b6a4e59fcae65dec5258e723ea9f (diff) | |
parent | 762a9f291bfdf9e4d5c2b80d730d79055c8d8c99 (diff) | |
download | linux-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.c | 4 |
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; } |