aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/debug.c
diff options
context:
space:
mode:
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>2012-05-16 11:03:32 -0400
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>2012-05-20 13:26:00 -0400
commit718c00bb8fb00c68977f1076619cdfb050f92ba5 (patch)
tree347ce4cc78a94ba97367b1804422ebaf95718285 /drivers/mtd/ubi/debug.c
parentb989bd4c572ab700e8c67842c37abc7738641310 (diff)
UBI: rename ubi_dbg_dump_mkvol_req
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_mkvol_req()' to 'ubi_dump_mkvol_req()'. 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 d33a2831cc07..bb7297ebf1c1 100644
--- a/drivers/mtd/ubi/debug.c
+++ b/drivers/mtd/ubi/debug.c
@@ -207,10 +207,10 @@ void ubi_dump_seb(const struct ubi_scan_leb *seb, int type)
207} 207}
208 208
209/** 209/**
210 * ubi_dbg_dump_mkvol_req - dump a &struct ubi_mkvol_req object. 210 * ubi_dump_mkvol_req - dump a &struct ubi_mkvol_req object.
211 * @req: the object to dump 211 * @req: the object to dump
212 */ 212 */
213void ubi_dbg_dump_mkvol_req(const struct ubi_mkvol_req *req) 213void ubi_dump_mkvol_req(const struct ubi_mkvol_req *req)
214{ 214{
215 char nm[17]; 215 char nm[17];
216 216