Re: [PATCH v2] net: ll_temac: Remove unnecessary ether_setup after alloc_etherdev

2014-10-01 Thread David Miller
From: Michal Simek Date: Wed, 1 Oct 2014 11:01:17 +0200 > From: Subbaraya Sundeep Bhatta > > Calling ether_setup is redundant since alloc_etherdev calls it. > > Signed-off-by: Subbaraya Sundeep Bhatta > Signed-off-by: Michal Simek > --- > > Changes in v2: > - Remove axienet because it is a

[PATCH v2] net: ll_temac: Remove unnecessary ether_setup after alloc_etherdev

2014-10-01 Thread Michal Simek
From: Subbaraya Sundeep Bhatta Calling ether_setup is redundant since alloc_etherdev calls it. Signed-off-by: Subbaraya Sundeep Bhatta Signed-off-by: Michal Simek --- Changes in v2: - Remove axienet because it is already applied in separate patch https://git.kernel.org/cgit/linux/kernel/gi