net: fddi: skfp: Remove addr_to_string().
authorTetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Mon, 13 Jul 2020 04:53:30 +0000 (13:53 +0900)
committerDavid S. Miller <davem@davemloft.net>
Mon, 13 Jul 2020 18:49:51 +0000 (11:49 -0700)
commitc19b05b84ddece7708ed0537a92d1dfabdfd98fb
treea38b33eb751533db2a2f0e3bfb50034f2dc12f1c
parent528ae84a34ffd40da5d3fbff740d28d6dc2c8f8a
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>
drivers/net/fddi/skfp/ess.c
drivers/net/fddi/skfp/h/cmtdef.h
drivers/net/fddi/skfp/smt.c