summaryrefslogtreecommitdiff
path: root/net/core
diff options
context:
space:
mode:
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>2016-03-13 22:09:53 (GMT)
committerDavid S. Miller <davem@davemloft.net>2016-03-16 23:24:58 (GMT)
commitad846aa52ca7b7ec6b99a8b13c4ce0bbe7b15b7f (patch)
tree8f1ef6640c1646ce1dde715a8ead707210914b24 /net/core
parentd78a1f08458f8118cf42154e55a3006cc17502bc (diff)
downloadlinux-ad846aa52ca7b7ec6b99a8b13c4ce0bbe7b15b7f.tar.xz
sh_eth: do not call netif_start_queue() from sh_eth_dev_init()
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 the hardware initialization, symmetrically to sh_eth_dev_exit()... Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core')
0 files changed, 0 insertions, 0 deletions