]> 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)
commit91ad28c63f7789582b4791cd7c54ad9cd3c655a7
tree0b13ef521e075d1593adf93dbfda04f6cff5e94c
parentd27b0a2d5353a671f5bdc8bd45599ec5ae0296fb
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