Re: [PATCH 2/3] mfd: rave-sp: Convert print_hex_dump() to print_hex_dump_debug()

2018-03-07 Thread Lee Jones
On Mon, 26 Feb 2018, Andrey Smirnov wrote: > Convert print_hex_dump() to print_hex_dump_debug() to be able to > leverage CONFIG_DYNAMIC_DEBUG. > > Cc: linux-kernel@vger.kernel.org > Cc: cphe...@gmail.com > Cc: Lucas Stach > Cc: Lee Jones > Cc: Guenter Roeck > Signed-off-by: Andrey Smirnov > -

Re: [PATCH 2/3] mfd: rave-sp: Convert print_hex_dump() to print_hex_dump_debug()

2018-03-06 Thread Lucas Stach
Am Montag, den 26.02.2018, 07:07 -0800 schrieb Andrey Smirnov: > Convert print_hex_dump() to print_hex_dump_debug() to be able to > leverage CONFIG_DYNAMIC_DEBUG. > > Cc: linux-kernel@vger.kernel.org > Cc: cphe...@gmail.com > Cc: Lucas Stach > Cc: Lee Jones > Cc: Guenter Roeck > Signed-off-by:

[PATCH 2/3] mfd: rave-sp: Convert print_hex_dump() to print_hex_dump_debug()

2018-02-26 Thread Andrey Smirnov
Convert print_hex_dump() to print_hex_dump_debug() to be able to leverage CONFIG_DYNAMIC_DEBUG. Cc: linux-kernel@vger.kernel.org Cc: cphe...@gmail.com Cc: Lucas Stach Cc: Lee Jones Cc: Guenter Roeck Signed-off-by: Andrey Smirnov --- drivers/mfd/rave-sp.c | 8 1 file changed, 4 insert