On 7/21/07, Kristoffer Ericson <[EMAIL PROTECTED]> wrote:
Greetings,

Ive added it to free IRQ as you said, a minor change is also that jornada720.h 
defines are set in CAPS (just changed that for Russell).
Ive also added the Kconfig and Makefile.

Btw, do you keep patchtracker (like Russell) or drag from mail (like Paul)?

Get from the mail.

+
+failed:
+       free_irq(IRQ_GPIO0, input_dev);

Still not quire right - you may get to failed: when memory allocation
fails or request_irq fails. We should not free IRQ that we did not
get. Please split into 2 labels and jump accordingly.

--
Dmitry

Reply via email to