]> git.baikalelectronics.ru Git - kernel.git/commit
net: ll_temac: Remove unnecessary ether_setup after alloc_etherdev
authorSubbaraya Sundeep Bhatta <subbaraya.sundeep.bhatta@xilinx.com>
Wed, 1 Oct 2014 09:01:17 +0000 (11:01 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 1 Oct 2014 19:01:10 +0000 (15:01 -0400)
commit7629277f49cfdf5b839f2795389f737f065ce442
tree3df0664e21799a8638e663f87a90108771723390
parentb8f322ed2950c0bc1ce846d309ecdabaac443ff9
net: ll_temac: 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>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/xilinx/ll_temac_main.c