]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit48990beb81f359fb768692915eef6cc04d48f329
tree287810cb4e635feec4d4ad78f50168824224a625
parent304072d627656dc535a7fb0e859082d1c96701ed
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