Hi,
Please apply to 2.6.0-test6-current.
--
~Randy
From: Alexey Dobriyan <adobriyan@xxxxxxx>
linux-260-test6-kj1-rddunlap/drivers/net/wan/cosa.c | 2 --
1 files changed, 2 deletions(-)
diff -puN drivers/net/wan/cosa.c~net_wan_taskrun drivers/net/wan/cosa.c
--- linux-260-test6-kj1/drivers/net/wan/cosa.c~net_wan_taskrun 2003-09-29
17:35:07.000000000 -0700
+++ linux-260-test6-kj1-rddunlap/drivers/net/wan/cosa.c 2003-09-29
17:35:07.000000000 -0700
@@ -519,7 +519,6 @@ static int cosa_probe(int base, int irq,
current->state = TASK_INTERRUPTIBLE;
cosa_putstatus(cosa, SR_TX_INT_ENA);
schedule_timeout(30);
- current->state = TASK_RUNNING;
irq = probe_irq_off(irqs);
/* Disable all IRQs from the card */
cosa_putstatus(cosa, 0);
@@ -1532,7 +1531,6 @@ static int cosa_reset_and_read_id(struct
#ifdef MODULE
current->state = TASK_INTERRUPTIBLE;
schedule_timeout(HZ/2);
- current->state = TASK_RUNNING;
#else
udelay(5*100000);
#endif
_
|