[PATCH] cavium: thunder: Remove duplicate "netdev->name" logging output

2017-06-27 Thread Joe Perches
Using netdev_(netdev, "%s: ...", netdev->name) duplicates the name in the output. Remove those uses. Miscellanea: o Use the netif_ convenience macros at the same time Signed-off-by: Joe Perches --- drivers/net/ethernet/cavium/thunder/nicvf_main.c | 33 -- drivers/net/eth

Re: [PATCH] cavium: thunder: Remove duplicate "netdev->name" logging output

2017-06-29 Thread David Miller
From: Joe Perches Date: Tue, 27 Jun 2017 03:56:54 -0700 > Using netdev_(netdev, "%s: ...", netdev->name) duplicates the > name in the output. Remove those uses. > > Miscellanea: > > o Use the netif_ convenience macros at the same time > > Signed-off-by: Joe Perches Applied to net-next.