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

From: Greg Kroah-Hartman
Date: Wed Mar 04 2020 - 01:49:50 EST


On Mon, Feb 24, 2020 at 01:54:48PM +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_<LEVEL>
>
> Signed-off-by: Kaaira Gupta <kgupta@xxxxxxxxxxxxx>
> ---
>
> changes since v1: make code of ql_mpi_core_to_log() simpler.
> changes since v2: directly call the function instead of defining a
> macro.
> changes since v3: Remove prefix string.
>
> ----
> ---
> drivers/staging/qlge/qlge_dbg.c | 23 +++--------------------
> 1 file changed, 3 insertions(+), 20 deletions(-)

Does not apply to my tree :(