Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 63f4e190 authored by Guillaume Chazarain's avatar Guillaume Chazarain Committed by David S. Miller
Browse files

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;
}