]> git.proxmox.com Git - mirror_ubuntu-jammy-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)
commite32ac25018558f7bcab387708187ab5aa2733cf8
treebea276628eb37cba4ec25546da9cc654f8fb69a9
parentcd464197f2378499db134d6c44af3b4e3c0c14b5
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