Netdev List
 help / color / mirror / Atom feed
* [PATCH 8/10] ps3: removed calling netif_poll_enable() in open()
@ 2007-07-20  8:34 Masakazu Mokuno
  0 siblings, 0 replies; only message in thread
From: Masakazu Mokuno @ 2007-07-20  8:34 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: netdev, cbe-oss-dev

Removed use of netif_poll_enable() in open function.

Signed-off-by: Masakazu Mokuno <mokuno@sm.sony.co.jp>
---
 drivers/net/ps3_gelic_net.c |    1 -
 1 file changed, 1 deletion(-)

--- a/drivers/net/ps3_gelic_net.c
+++ b/drivers/net/ps3_gelic_net.c
@@ -1134,7 +1134,6 @@ static int gelic_net_open(struct net_dev
 
 	netif_start_queue(netdev);
 	netif_carrier_on(netdev);
-	netif_poll_enable(netdev);
 
 	return 0;
 

--
Masakazu MOKUNO


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-07-20  8:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-20  8:34 [PATCH 8/10] ps3: removed calling netif_poll_enable() in open() Masakazu Mokuno

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox