]> git.baikalelectronics.ru Git - kernel.git/commit
net: axienet: remove unnecessary ether_setup after alloc_etherdev
authorSubbaraya Sundeep Bhatta <subbaraya.sundeep.bhatta@xilinx.com>
Thu, 11 Sep 2014 09:23:33 +0000 (14:53 +0530)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 Sep 2014 22:15:40 +0000 (18:15 -0400)
commit6fa8354e26a931d7e3369e8a4be6244e20ad3019
tree0b13ef521e075d1593adf93dbfda04f6cff5e94c
parent188101b5767510a1d0f50edee1559888803cf923
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: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/xilinx/xilinx_axienet_main.c