netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] skge: Remove tx queue stopping in skge_devinit()
@ 2010-11-06 16:39 Guillaume Chazarain
  2010-11-06 16:39 ` [PATCH 2/2] net: Detect and ignore netif_stop_queue() calls before register_netdev() Guillaume Chazarain
  2010-11-08 20:19 ` [PATCH 1/2] skge: Remove tx queue stopping in skge_devinit() David Miller
  0 siblings, 2 replies; 4+ messages in thread
From: Guillaume Chazarain @ 2010-11-06 16:39 UTC (permalink / raw)
  To: davem, netdev; +Cc: Guillaume Chazarain

After e6484930d7c73d324bccda7d43d131088da697b9: net: allocate tx queues in register_netdevice
It causes an Oops at skge_probe() time.

Signed-off-by: Guillaume Chazarain <guichaz@gmail.com>
---
 drivers/net/skge.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/net/skge.c b/drivers/net/skge.c
index bfec2e0..220e039 100644
--- a/drivers/net/skge.c
+++ b/drivers/net/skge.c
@@ -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;
 }
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-11-08 20:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-06 16:39 [PATCH 1/2] skge: Remove tx queue stopping in skge_devinit() Guillaume Chazarain
2010-11-06 16:39 ` [PATCH 2/2] net: Detect and ignore netif_stop_queue() calls before register_netdev() Guillaume Chazarain
2010-11-08 20:19   ` David Miller
2010-11-08 20:19 ` [PATCH 1/2] skge: Remove tx queue stopping in skge_devinit() David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).