Re: Question on irq autoprobe

2012-09-26 Thread Ming Lei
On Fri, Sep 14, 2012 at 10:02 AM, Ming Lei wrote: > Hi, > > I see the below comments on probe_irq_off: > > * BUGS: When used in a module (which arguably shouldn't happen) > * nothing prevents two IRQ probe callers from overlapping. The > * results of this are non-optimal. >

Question on irq autoprobe

2012-09-13 Thread Ming Lei
Hi, I see the below comments on probe_irq_off: * BUGS: When used in a module (which arguably shouldn't happen) * nothing prevents two IRQ probe callers from overlapping. The * results of this are non-optimal. */ But from the code of probe_irq_on and probe_irq_off, the mute