Re: [PATCH 3/4] net/ncsi: Use netdev_dbg for debug messages

2018-06-18 Thread Samuel Mendoza-Jonas
On Mon, 2018-06-18 at 13:53 -0700, Joe Perches wrote: > On Mon, 2018-06-18 at 16:49 +0930, Joel Stanley wrote: > > This moves all of the netdev_printk(KERN_DEBUG, ...) messages over to > > netdev_dbg. There is no change in behaviour. > > Not quite, but I think the patch is fine anyway. > >

Re: [PATCH 3/4] net/ncsi: Use netdev_dbg for debug messages

2018-06-18 Thread Joe Perches
On Mon, 2018-06-18 at 16:49 +0930, Joel Stanley wrote: > This moves all of the netdev_printk(KERN_DEBUG, ...) messages over to > netdev_dbg. There is no change in behaviour. Not quite, but I think the patch is fine anyway. netdev_printk(KERN_DEBUG ... is always emitted as long as the console

[PATCH 3/4] net/ncsi: Use netdev_dbg for debug messages

2018-06-18 Thread Joel Stanley
This moves all of the netdev_printk(KERN_DEBUG, ...) messages over to netdev_dbg. There is no change in behaviour. Signed-off-by: Joel Stanley --- net/ncsi/ncsi-aen.c| 6 +++--- net/ncsi/ncsi-manage.c | 33 +++-- 2 files changed, 18 insertions(+), 21