]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: addrconf: Use normal debugging style
authorJoe Perches <joe@perches.com>
Mon, 26 Mar 2018 15:35:01 +0000 (08:35 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 27 Mar 2018 14:54:40 +0000 (10:54 -0400)
commit10570f1d941baf5c6d5ff1f35f62b28a07ee19de
treebea276628eb37cba4ec25546da9cc654f8fb69a9
parentca25598df8a515e9f73dafc1f9919a8e4331ceac
ipv6: addrconf: Use normal debugging style

Remove local ADBG macro and use netdev_dbg/pr_debug

Miscellanea:

o Remove unnecessary debug message after allocation failure as there
  already is a dump_stack() on the failure paths
o Leave the allocation failure message on snmp6_alloc_dev as there
  is one code path that does not do a dump_stack()

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/addrconf.c