summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/vtbl.c
diff options
context:
space:
mode:
authorArtem Bityutskiy2012-05-16 16:53:17 +0200
committerArtem Bityutskiy2012-05-20 19:25:59 +0200
commit766381f049100db0763e1a930a7b9d16632aa49c (patch)
treea60afdf37d931d7ed4d9d10fe376a8e3a0567722 /drivers/mtd/ubi/vtbl.c
parentUBI: amend commentaries WRT dtype (diff)
downloadkernel-qcow2-linux-766381f049100db0763e1a930a7b9d16632aa49c.tar.gz
kernel-qcow2-linux-766381f049100db0763e1a930a7b9d16632aa49c.tar.xz
kernel-qcow2-linux-766381f049100db0763e1a930a7b9d16632aa49c.zip
UBI: rename ubi_dbg_dump_vol_info
I am going to remove the "UBI debugging" compilation option and make the debugging stuff to be always compiled it. This patch is a preparation which renames 'ubi_dbg_dump_vol_info()' to 'ubi_dump_vol_info()'. Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Diffstat (limited to 'drivers/mtd/ubi/vtbl.c')
-rw-r--r--drivers/mtd/ubi/vtbl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/ubi/vtbl.c b/drivers/mtd/ubi/vtbl.c
index a6f4b13d8417..7ef3de0ffbf7 100644
--- a/drivers/mtd/ubi/vtbl.c
+++ b/drivers/mtd/ubi/vtbl.c
@@ -701,7 +701,7 @@ static int check_sv(const struct ubi_volume *vol,
bad:
ubi_err("bad scanning information, error %d", err);
ubi_dbg_dump_sv(sv);
- ubi_dbg_dump_vol_info(vol);
+ ubi_dump_vol_info(vol);
return -EINVAL;
}