Re: [PATCH] net: fddi: skfp: Remove addr_to_string().

2020-07-13 Thread David Miller
From: Tetsuo Handa Date: Mon, 13 Jul 2020 13:53:30 +0900 > kbuild test robot found that addr_to_string() is available only when > DEBUG is defined. And I found that what that function is doing is > what %pM will do. Thus, replace %s with %pM and remove thread-unsafe > addr_to_string() function. >

[PATCH] net: fddi: skfp: Remove addr_to_string().

2020-07-12 Thread Tetsuo Handa
kbuild test robot found that addr_to_string() is available only when DEBUG is defined. And I found that what that function is doing is what %pM will do. Thus, replace %s with %pM and remove thread-unsafe addr_to_string() function. Reported-by: kbuild test robot Signed-off-by: Tetsuo Handa --- d