On 5/17/2019 12:29 PM, Sascha Hauer wrote: > @@ -35,7 +35,7 @@ void caam_dump_sg(const char *level, const char *prefix_str, int prefix_type, > > buf = it_page + it->offset; > len = min_t(size_t, tlen, it->length); > - print_hex_dump(level, prefix_str, prefix_type, rowsize, > + print_hex_dump_debug(prefix_str, prefix_type, rowsize, > groupsize, buf, len, ascii); Same comment as for 2/3, please take care of the alignment. Thanks, Horia