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

Jiri Slaby jirislaby at gmail.com
Mon Aug 3 23:00:32 UTC 2009


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.



More information about the devel mailing list