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>
This commit is contained in:
Artem Bityutskiy
2012-05-16 17:59:36 +03:00
parent 1f021e1de5
commit 614c74a75c
4 changed files with 9 additions and 9 deletions

View File

@@ -700,7 +700,7 @@ static int check_sv(const struct ubi_volume *vol,
bad:
ubi_err("bad scanning information, error %d", err);
ubi_dbg_dump_sv(sv);
ubi_dump_sv(sv);
ubi_dump_vol_info(vol);
return -EINVAL;
}