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.
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.
![]() |