commit | c19b05b84ddece7708ed0537a92d1dfabdfd98fb | [log] [tgz] |
---|---|---|
author | Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> | Mon Jul 13 13:53:30 2020 +0900 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 13 11:49:51 2020 -0700 |
tree | a38b33eb751533db2a2f0e3bfb50034f2dc12f1c | |
parent | 528ae84a34ffd40da5d3fbff740d28d6dc2c8f8a [diff] |
net: fddi: skfp: Remove addr_to_string(). 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 <lkp@intel.com> Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> Signed-off-by: David S. Miller <davem@davemloft.net>