Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c706471b authored by Subbaraya Sundeep Bhatta's avatar Subbaraya Sundeep Bhatta Committed by David S. Miller
Browse files

net: axienet: remove unnecessary ether_setup after alloc_etherdev



calling ether_setup is redundant since alloc_etherdev calls
it.

Signed-off-by: default avatarSubbaraya Sundeep Bhatta <sbhatta@xilinx.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e9c3f99f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1485,7 +1485,6 @@ static int axienet_of_probe(struct platform_device *op)
	if (!ndev)
		return -ENOMEM;

	ether_setup(ndev);
	platform_set_drvdata(op, ndev);

	SET_NETDEV_DEV(ndev, &op->dev);