Commit 63f4e190 authored by Guillaume Chazarain's avatar Guillaume Chazarain Committed by 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: default avatarGuillaume Chazarain <guichaz@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment