Re: [PATCH] sh_eth: do not call netif_start_queue() from sh_eth_dev_init()

2016-03-18 Thread David Miller
From: Sergei Shtylyov Date: Mon, 14 Mar 2016 01:09:53 +0300 > Iff sh_eth_phy_start() call fails in sh_eth_open(), the netif_start_queue() > call done by sh_eth_dev_init() is not undone. In order to deal with that, > stop calling netif_start_queue() from

[PATCH] sh_eth: do not call netif_start_queue() from sh_eth_dev_init()

2016-03-13 Thread Sergei Shtylyov
Iff sh_eth_phy_start() call fails in sh_eth_open(), the netif_start_queue() call done by sh_eth_dev_init() is not undone. In order to deal with that, stop calling netif_start_queue() from there, so that it can be called only when the device is fully opened and sh_eth_dev_init() only deals with