提交 63f4e190 编写于 作者: G Guillaume Chazarain 提交者: David S. Miller

skge: Remove tx queue stopping in skge_devinit()

After e6484930: net: allocate tx queues in register_netdevice
It causes an Oops at skge_probe() time.
Signed-off-by: NGuillaume Chazarain <guichaz@gmail.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 f4642141
......@@ -3858,7 +3858,6 @@ static struct net_device *skge_devinit(struct skge_hw *hw, int port,
/* device is off until link detection */
netif_carrier_off(dev);
netif_stop_queue(dev);
return dev;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册