Re: [PATCH] ipoctal: request_irq after configuration

2014-07-03 Thread Greg Kroah-Hartman
On Thu, Jul 03, 2014 at 10:56:55AM +0200, Samuel Iglesias Gonsálvez wrote: > On Thu, 2014-07-03 at 10:53 +0200, Federico Vaga wrote: > > The request for an IRQ handler must be done after whole configuration. This > > was not the case for this driver which request the IRQ in the middle of > > the

Re: [PATCH] ipoctal: request_irq after configuration

2014-07-03 Thread Samuel Iglesias Gonsálvez
On Thu, 2014-07-03 at 10:53 +0200, Federico Vaga wrote: > The request for an IRQ handler must be done after whole configuration. This > was not the case for this driver which request the IRQ in the middle of > the configuration. Sometimes, it happens that something is not completely > configured,

[PATCH] ipoctal: request_irq after configuration

2014-07-03 Thread Federico Vaga
The request for an IRQ handler must be done after whole configuration. This was not the case for this driver which request the IRQ in the middle of the configuration. Sometimes, it happens that something is not completely configured, we recieve an interrupt thus we stumble into troubles in the IRQ

[PATCH] ipoctal: request_irq after configuration

2014-07-03 Thread Federico Vaga
The request for an IRQ handler must be done after whole configuration. This was not the case for this driver which request the IRQ in the middle of the configuration. Sometimes, it happens that something is not completely configured, we recieve an interrupt thus we stumble into troubles in the IRQ

Re: [PATCH] ipoctal: request_irq after configuration

2014-07-03 Thread Samuel Iglesias Gonsálvez
On Thu, 2014-07-03 at 10:53 +0200, Federico Vaga wrote: The request for an IRQ handler must be done after whole configuration. This was not the case for this driver which request the IRQ in the middle of the configuration. Sometimes, it happens that something is not completely configured, we

Re: [PATCH] ipoctal: request_irq after configuration

2014-07-03 Thread Greg Kroah-Hartman
On Thu, Jul 03, 2014 at 10:56:55AM +0200, Samuel Iglesias Gonsálvez wrote: On Thu, 2014-07-03 at 10:53 +0200, Federico Vaga wrote: The request for an IRQ handler must be done after whole configuration. This was not the case for this driver which request the IRQ in the middle of the