diff options
author | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | 2012-05-16 10:53:17 -0400 |
---|---|---|
committer | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | 2012-05-20 13:25:59 -0400 |
commit | 766381f049100db0763e1a930a7b9d16632aa49c (patch) | |
tree | a60afdf37d931d7ed4d9d10fe376a8e3a0567722 /drivers/mtd/ubi/vtbl.c | |
parent | 4415626732defb5a4567a0a757c7c5baae7ca846 (diff) |
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.c | 2 |
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, | |||
701 | bad: | 701 | bad: |
702 | ubi_err("bad scanning information, error %d", err); | 702 | ubi_err("bad scanning information, error %d", err); |
703 | ubi_dbg_dump_sv(sv); | 703 | ubi_dbg_dump_sv(sv); |
704 | ubi_dbg_dump_vol_info(vol); | 704 | ubi_dump_vol_info(vol); |
705 | return -EINVAL; | 705 | return -EINVAL; |
706 | } | 706 | } |
707 | 707 | ||