aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/debug.c
diff options
context:
space:
mode:
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>2012-05-16 10:56:50 -0400
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>2012-05-20 13:25:59 -0400
commit1f021e1de56f79cb4575b14f9ebf1ffb9dc9db0b (patch)
tree4a98c3c13c62a5705ae00058c9b50d6f749af98f /drivers/mtd/ubi/debug.c
parent766381f049100db0763e1a930a7b9d16632aa49c (diff)
UBI: rename ubi_dbg_dump_vtbl_record
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_vtbl_record()' to 'ubi_dump_vtbl_record()'. Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Diffstat (limited to 'drivers/mtd/ubi/debug.c')
-rw-r--r--drivers/mtd/ubi/debug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mtd/ubi/debug.c b/drivers/mtd/ubi/debug.c
index 2d3dc2624b61..9b16bcc1b172 100644
--- a/drivers/mtd/ubi/debug.c
+++ b/drivers/mtd/ubi/debug.c
@@ -139,11 +139,11 @@ void ubi_dump_vol_info(const struct ubi_volume *vol)
139} 139}
140 140
141/** 141/**
142 * ubi_dbg_dump_vtbl_record - dump a &struct ubi_vtbl_record object. 142 * ubi_dump_vtbl_record - dump a &struct ubi_vtbl_record object.
143 * @r: the object to dump 143 * @r: the object to dump
144 * @idx: volume table index 144 * @idx: volume table index
145 */ 145 */
146void ubi_dbg_dump_vtbl_record(const struct ubi_vtbl_record *r, int idx) 146void ubi_dump_vtbl_record(const struct ubi_vtbl_record *r, int idx)
147{ 147{
148 int name_len = be16_to_cpu(r->name_len); 148 int name_len = be16_to_cpu(r->name_len);
149 149