]> git.sur5r.net Git - u-boot/blobdiff - drivers/mtd/ubi/attach.c
mtd: nand: mxs_nand: move structs into header file
[u-boot] / drivers / mtd / ubi / attach.c
index ba40e58e5133dfac17ae0b0b90bbddfe84d9b7f9..b4ba339c804ccc1a6a5b95031661c43d024a8fa9 100644 (file)
@@ -789,7 +789,7 @@ static int check_corruption(struct ubi_device *ubi, struct ubi_vid_hdr *vid_hdr,
        ubi_dump_vid_hdr(vid_hdr);
        pr_err("hexdump of PEB %d offset %d, length %d",
               pnum, ubi->leb_start, ubi->leb_size);
-       ubi_dbg_print_hex_dump(KERN_DEBUG, "", DUMP_PREFIX_OFFSET, 32, 1,
+       ubi_dbg_print_hex_dump("", DUMP_PREFIX_OFFSET, 32, 1,
                               ubi->peb_buf, ubi->leb_size, 1);
        err = 1;