|
@@ -517,7 +517,7 @@ static int cosa_probe(int base, int irq, int dma)
|
|
*/
|
|
*/
|
|
set_current_state(TASK_INTERRUPTIBLE);
|
|
set_current_state(TASK_INTERRUPTIBLE);
|
|
cosa_putstatus(cosa, SR_TX_INT_ENA);
|
|
cosa_putstatus(cosa, SR_TX_INT_ENA);
|
|
- schedule_timeout(30);
|
|
|
|
|
|
+ schedule_timeout(msecs_to_jiffies(300));
|
|
irq = probe_irq_off(irqs);
|
|
irq = probe_irq_off(irqs);
|
|
/* Disable all IRQs from the card */
|
|
/* Disable all IRQs from the card */
|
|
cosa_putstatus(cosa, 0);
|
|
cosa_putstatus(cosa, 0);
|