Re: awe64 isa pnp ALSA problems since 2.6.17

From: Andrew Morton
Date: Mon Jul 03 2006 - 20:49:19 EST


On Tue, 4 Jul 2006 00:31:28 +0200
Santiago Garcia Mantinan <manty@xxxxxxxxx> wrote:

> > The patch should fix the error above.
>
> I have applied your patch, did a make mrproper and then compiled again, I'm
> still getting the very same message:
>
> setup_irq: irq handler mismatch
> <c0123883> setup_irq+0xe5/0xfb <c01bfcb5> pnp_test_handler+0x0/0x6
> <c0123904> request_irq+0x6b/0x8b <c01bfe75> pnp_check_irq+0xb8/0x12f
> <c01bfcb5> pnp_test_handler+0x0/0x6 <c01c085b> pnp_assign_irq+0xd7/0xf4
> <c01c0aed> pnp_assign_resources+0x1bc/0x23a <c01c0bcc>

This has been addressed in Linus's current tree, via:

if (request_irq(*irq, pnp_test_handler,
IRQF_DISABLED|IRQF_PROBE_SHARED, "pnp", NULL))

in drivers/pnp/resource.c.
-
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/