Skip to content

Commit

Permalink
skge: Remove tx queue stopping in skge_devinit()
Browse files Browse the repository at this point in the history
After e648493: net: allocate tx queues in register_netdevice
It causes an Oops at skge_probe() time.

Signed-off-by: Guillaume Chazarain <guichaz@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Guillaume Chazarain authored and David S. Miller committed Nov 8, 2010
1 parent f464214 commit 63f4e19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/skge.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 63f4e19

Please sign in to comment.