Re: [patch 3/5] Staging: vme: add Universe I/II bridge driver

From: Jiri Slaby
Date: Mon Aug 03 2009 - 19:00:51 EST


On 08/03/2009 11:01 PM, Greg K-H wrote:
> +int uni_init(void)
> +{
...
> + result =
> + request_irq(vmechip_irq, uni_irqhandler, IRQF_SHARED | IRQF_DISABLED,

DISABLED on SHARED is not guaranteed. You must specify one or the other.
--
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/