]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
nfp: remove unnecessary call to ether_setup()
authorJakub Kicinski <jakub.kicinski@netronome.com>
Mon, 31 Oct 2016 20:43:11 +0000 (20:43 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 Nov 2016 15:04:58 +0000 (11:04 -0400)
commit8c8b0e99eb5c008158e095ecc3a42755ba9a7f8d
tree0c88018a996f5eafcb076881cc6d01cafd74982d
parent416db5c1e448805866a6f23ebf7c78443f3d3bd5
nfp: remove unnecessary call to ether_setup()

ether_setup() will be invoked by alloc_etherdev_mqs(), no need
to call it again.

Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/netronome/nfp/nfp_net_common.c