Re: Problem: Kernel oops

From: Russell King
Date: Mon Mar 05 2007 - 05:28:50 EST


On Mon, Mar 05, 2007 at 01:23:24PM +0300, Mockern wrote:
> I have the Linux kernel oops problem sometime.

serial_pxa_irq() was passed a NULL dev_id parameter by the interrupt
layer. This can only happen if request_irq() was called with a NULL
dev_id parameter.

> How can I fix it?

Show me your modifications to drivers/serial/pxa.c

--
Russell King
Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/
maintainer of:
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/