aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/debug.c
diff options
context:
space:
mode:
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>2012-05-16 10:59:36 -0400
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>2012-05-20 13:25:59 -0400
commit614c74a75c60602f2a524c86650b576b14883fd5 (patch)
tree2215482eb50c79816b181c0aba42884f754f401f /drivers/mtd/ubi/debug.c
parent1f021e1de56f79cb4575b14f9ebf1ffb9dc9db0b (diff)
UBI: rename ubi_dbg_dump_sv
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_sv()' to 'ubi_dump_sv()'. 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 9b16bcc1b172..9ae8fff98f49 100644
--- a/drivers/mtd/ubi/debug.c
+++ b/drivers/mtd/ubi/debug.c
@@ -173,10 +173,10 @@ void ubi_dump_vtbl_record(const struct ubi_vtbl_record *r, int idx)
173} 173}
174 174
175/** 175/**
176 * ubi_dbg_dump_sv - dump a &struct ubi_scan_volume object. 176 * ubi_dump_sv - dump a &struct ubi_scan_volume object.
177 * @sv: the object to dump 177 * @sv: the object to dump
178 */ 178 */
179void ubi_dbg_dump_sv(const struct ubi_scan_volume *sv) 179void ubi_dump_sv(const struct ubi_scan_volume *sv)
180{ 180{
181 printk(KERN_DEBUG "Volume scanning information dump:\n"); 181 printk(KERN_DEBUG "Volume scanning information dump:\n");
182 printk(KERN_DEBUG "\tvol_id %d\n", sv->vol_id); 182 printk(KERN_DEBUG "\tvol_id %d\n", sv->vol_id);