diff options
author | Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> | 2020-07-13 06:53:30 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-07-13 20:49:51 +0200 |
commit | c19b05b84ddece7708ed0537a92d1dfabdfd98fb (patch) | |
tree | a38b33eb751533db2a2f0e3bfb50034f2dc12f1c /net/dccp | |
parent | net: bridge: fix undefined br_vlan_can_enter_range in tunnel code (diff) | |
download | linux-c19b05b84ddece7708ed0537a92d1dfabdfd98fb.tar.xz linux-c19b05b84ddece7708ed0537a92d1dfabdfd98fb.zip |
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>
Diffstat (limited to 'net/dccp')
0 files changed, 0 insertions, 0 deletions