Re: [PATCH] ipv6: addrconf: Use normal debugging style

2018-03-27 Thread David Miller
From: Joe Perches 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

Re: [PATCH] ipv6: addrconf: Use normal debugging style

2017-10-16 Thread David Miller
From: Joe Perches Date: Sun, 15 Oct 2017 09:49:10 -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