|
From: Santiago G. M. <ma...@ay...> - 2002-12-04 10:17:05
|
I have traced the problem when issuing this line: modprobe cs4232 io=0x830 irq=10 dma=0 dma2=1 till this line of code: if (request_irq(devc->irq, adintr, 0, devc->name, (void *)my_dev) < 0) It doesn't come back from the request_irq call, as it starts executing adintr again and again in a loop without stopping. Ideas on this? Regards! |