Re: [PATCH] ipv6: addrconf: Use normal debugging style
From: David Miller
Date: Tue Mar 27 2018 - 10:55:01 EST
From: Joe Perches <joe@xxxxxxxxxxx>
Date: Mon, 26 Mar 2018 08:35:01 -0700
> 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@xxxxxxxxxxx>
> ---
>
> Remerged resend of http://patchwork.ozlabs.org/patch/826028/
> back in October 2017
Applied to net-next, thanks Joe.