OSDN Git Service

cavium: thunder: Remove duplicate "netdev->name" logging output
authorJoe Perches <joe@perches.com>
Tue, 27 Jun 2017 10:56:54 +0000 (03:56 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 29 Jun 2017 16:25:33 +0000 (12:25 -0400)
commitbf24e136a32eb513195b6e0148e5a70131a95494
tree287810cb4e635feec4d4ad78f50168824224a625
parent46ccf725bff81693aff8f02b588a2c68566a0b92
cavium: thunder: Remove duplicate "netdev->name" logging output

Using netdev_<level>(netdev, "%s: ...", netdev->name) duplicates the
name in the output.  Remove those uses.

Miscellanea:

o Use the netif_<level> convenience macros at the same time

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/cavium/thunder/nicvf_main.c
drivers/net/ethernet/cavium/thunder/nicvf_queues.c