All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1 of 5][ATM]: [fore200e] can't sleep in transmit routine
@ 2005-01-26 16:56 chas williams - CONTRACTOR
  0 siblings, 0 replies; only message in thread
From: chas williams - CONTRACTOR @ 2005-01-26 16:56 UTC (permalink / raw)
  To: netdev; +Cc: davem

please apply to 2.6

thanks!

# This is a BitKeeper generated diff -Nru style patch.
#
# ChangeSet
#   2005/01/24 13:21:28-05:00 chas@relax.cmf.nrl.navy.mil 
#   [ATM]: [fore200e] can't sleep in transmit routine
#   
#     Signed-off-by: Chas Williams <chas@cmf.nrl.navy.mil>
# 
# drivers/atm/fore200e.c
#   2005/01/24 13:21:10-05:00 chas@relax.cmf.nrl.navy.mil +1 -1
#   [ATM]: [fore200e] can't sleep in transmit routine
#   
#     Signed-off-by: Chas Williams <chas@cmf.nrl.navy.mil>
# 
diff -Nru a/drivers/atm/fore200e.c b/drivers/atm/fore200e.c
--- a/drivers/atm/fore200e.c	2005-01-25 09:36:27 -05:00
+++ b/drivers/atm/fore200e.c	2005-01-25 09:36:27 -05:00
@@ -1779,7 +1779,7 @@
 
 	    /* retry once again? */
 	    if (--retry > 0) {
-		schedule();
+		udelay(50);
 		goto retry_here;
 	    }
 

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

only message in thread, other threads:[~2005-01-26 16:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-26 16:56 [PATCH 1 of 5][ATM]: [fore200e] can't sleep in transmit routine chas williams - CONTRACTOR

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.