Re: [PATCH] net: hip04: Remove superfluous ether_setup after alloc_etherdev

2016-10-17 Thread David Miller
From: Tobias Klauser Date: Mon, 17 Oct 2016 09:22:04 +0200 > There is no need to call ether_setup after alloc_ethdev since it was > already called there. > > Signed-off-by: Tobias Klauser Applied to net-next, thanks.

[PATCH] net: hip04: Remove superfluous ether_setup after alloc_etherdev

2016-10-17 Thread Tobias Klauser
There is no need to call ether_setup after alloc_ethdev since it was already called there. Signed-off-by: Tobias Klauser --- drivers/net/ethernet/hisilicon/hip04_eth.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/net/ethernet/hisilicon/hip04_eth.c b/drivers/net/ethernet/hisilicon/