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.
>
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