net: ethernet: Remove superfluous ether_setup after alloc_etherdev
There is no need to call ether_setup after alloc_ethdev since it was already called there. Follow commitsc706471b26
("net: axienet: remove unnecessary ether_setup after alloc_etherdev") and3c87dcbfb3
("net: ll_temac: Remove unnecessary ether_setup after alloc_etherdev") and fix the pattern in all remaining ethernet drivers. Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
c2bf5ec204
commit
6a05880a8b
@@ -810,8 +810,6 @@ qcaspi_netdev_setup(struct net_device *dev)
|
||||
{
|
||||
struct qcaspi *qca = NULL;
|
||||
|
||||
ether_setup(dev);
|
||||
|
||||
dev->netdev_ops = &qcaspi_netdev_ops;
|
||||
qcaspi_set_ethtool_ops(dev);
|
||||
dev->watchdog_timeo = QCASPI_TX_TIMEOUT;
|
||||
|
Reference in New Issue
Block a user