[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <78ce1faf-0bf8-41bb-a30d-cecd11d82d94@BY2FFO11FD033.protection.gbl>
Date: Thu, 11 Sep 2014 14:53:33 +0530
From: Subbaraya Sundeep Bhatta <subbaraya.sundeep.bhatta@...inx.com>
To: <davem@...emloft.net>, <jeffrey.t.kirsher@...el.com>,
<jesse.brandeburg@...el.com>, <netdev@...r.kernel.org>,
<linux-kernel@...r.kernel.org>
CC: <michals@...inx.com>, <svemula@...inx.com>, <anirudh@...inx.com>,
Subbaraya Sundeep Bhatta <sbhatta@...inx.com>
Subject: [PATCH] net: axienet: remove unnecessary ether_setup after alloc_etherdev
calling ether_setup is redundant since alloc_etherdev calls
it.
Signed-off-by: Subbaraya Sundeep Bhatta <sbhatta@...inx.com>
---
drivers/net/ethernet/xilinx/xilinx_axienet_main.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/net/ethernet/xilinx/xilinx_axienet_main.c b/drivers/net/ethernet/xilinx/xilinx_axienet_main.c
index c8fd941..4ea2d4e 100644
--- a/drivers/net/ethernet/xilinx/xilinx_axienet_main.c
+++ b/drivers/net/ethernet/xilinx/xilinx_axienet_main.c
@@ -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);
--
1.7.4
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists