|
@@ -62,7 +62,7 @@ void ubi_dump_vid_hdr(const struct ubi_vid_hdr *vid_hdr);
|
|
|
|
|
|
void ubi_dump_vol_info(const struct ubi_volume *vol);
|
|
|
void ubi_dump_vtbl_record(const struct ubi_vtbl_record *r, int idx);
|
|
|
-void ubi_dbg_dump_sv(const struct ubi_scan_volume *sv);
|
|
|
+void ubi_dump_sv(const struct ubi_scan_volume *sv);
|
|
|
void ubi_dbg_dump_seb(const struct ubi_scan_leb *seb, int type);
|
|
|
void ubi_dbg_dump_mkvol_req(const struct ubi_mkvol_req *req);
|
|
|
int ubi_dbg_check_all_ff(struct ubi_device *ubi, int pnum, int offset, int len);
|
|
@@ -197,7 +197,7 @@ static inline void
|
|
|
ubi_dump_vol_info(const struct ubi_volume *vol) { return; }
|
|
|
static inline void
|
|
|
ubi_dump_vtbl_record(const struct ubi_vtbl_record *r, int idx) { return; }
|
|
|
-static inline void ubi_dbg_dump_sv(const struct ubi_scan_volume *sv) { return; }
|
|
|
+static inline void ubi_dump_sv(const struct ubi_scan_volume *sv) { return; }
|
|
|
static inline void ubi_dbg_dump_seb(const struct ubi_scan_leb *seb,
|
|
|
int type) { return; }
|
|
|
static inline void
|