]> rtime.felk.cvut.cz Git - zynq/linux.git/commit
net: axienet: Remove unnecessary ether_setup after alloc_etherdev
authorSubbaraya Sundeep Bhatta <subbaraya.sundeep.bhatta@xilinx.com>
Tue, 30 Sep 2014 09:18:10 +0000 (14:48 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 1 Oct 2014 05:54:27 +0000 (07:54 +0200)
commit9441a44b7c870e55d1aee0c85d225ffe478f6027
treea851f0f1c414e60dd008a6c259dea99a76fc7f2c
parent560f03611220f11ca5365152a6851f288ed330dd
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@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/net/ethernet/xilinx/xilinx_axienet_main.c