Re: [PATCH v3] staging: qlge: emit debug and dump at same level

2020-02-24 Thread Joe Perches
On Sun, 2020-02-23 at 23:01 +0530, Kaaira Gupta wrote: > Simplify code in ql_mpi_core_to_log() by calling print_hex_dump() > instead of existing functions so that the debug and dump are > emitted at the same KERN_ [] > Also, can you please help me understand how are are numbers 32 and 4 > chosen fo

[PATCH v3] staging: qlge: emit debug and dump at same level

2020-02-23 Thread Kaaira Gupta
Simplify code in ql_mpi_core_to_log() by calling print_hex_dump() instead of existing functions so that the debug and dump are emitted at the same KERN_ Signed-off-by: Kaaira Gupta --- changes since v1: make code of ql_mpi_core_to_log() simpler. changes since v2: directly call the function inste