From 718c00bb8fb00c68977f1076619cdfb050f92ba5 Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Wed, 16 May 2012 18:03:32 +0300 Subject: 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 --- drivers/mtd/ubi/cdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/mtd/ubi/cdev.c') diff --git a/drivers/mtd/ubi/cdev.c b/drivers/mtd/ubi/cdev.c index f4061126926..633ac82bbd2 100644 --- a/drivers/mtd/ubi/cdev.c +++ b/drivers/mtd/ubi/cdev.c @@ -644,7 +644,7 @@ static int verify_mkvol_req(const struct ubi_device *ubi, bad: dbg_err("bad volume creation request"); - ubi_dbg_dump_mkvol_req(req); + ubi_dump_mkvol_req(req); return err; } -- cgit v1.2.3-70-g09d2