On Oct 26, 2009, at 12:16 AM, Vinod Nagare wrote:

Thank You Dear Allon,

I did not understan what is mean by return from ISR?


Your ISR is a function, invoked by the kernel.
What value does it return?
If you return anything other than IRQ_HANDLED, you might get a spurious interrupt message. If you fail to specify a return value, you might get weird results, maybe what you are seeing.
-
allon
_______________________________________________
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to