pcmcia's use of IRQ_NOAUTOEN

From: Jan Beulich
Date: Mon Mar 08 2010 - 05:12:07 EST


Commit 635416ef393e8cec5a89fc6c1de710ee9596a51e introduced
this, but I can't see how it can take effect - the argument passed to
request_irq() only affects action->flags (IRQF_*), whereas the flag
in question is a desc->status one (IRQ_*). Am I overlooking
something? If not, while currently this just should not work as expected,
it's latently more significant (as soon as the IRQF_* definitions make
use of the bit used by IRQ_NOAUTOEN).

Thanks, Jan

--
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/