Re: [PATCH] net: eth: altera: Fix the initial device operstate

2015-09-09 Thread David Miller
From: Atsushi Nemoto Date: Tue, 8 Sep 2015 18:15:41 +0900 > Call netif_carrier_off() prior to register_netdev(), otherwise > userspace can see incorrect link state. > > Signed-off-by: Atsushi Nemoto Applied. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a

[PATCH] net: eth: altera: Fix the initial device operstate

2015-09-08 Thread Atsushi Nemoto
Call netif_carrier_off() prior to register_netdev(), otherwise userspace can see incorrect link state. Signed-off-by: Atsushi Nemoto --- drivers/net/ethernet/altera/altera_tse_main.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/ethernet/altera/altera_tse_main.c b/drivers/n