Re: [PATCH v2] [media] rc: Postpone ISR registration

2012-04-20 Thread Jarod Wilson
On Thu, Apr 19, 2012 at 10:37:17PM +0100, Luis Henriques wrote: An early registration of an ISR was causing a crash to several users (for example, with the ite-cir driver: http://bugs.launchpad.net/bugs/972723). The reason was that IRQs were being triggered before a driver initialisation was

[PATCH v2] [media] rc: Postpone ISR registration

2012-04-19 Thread Luis Henriques
An early registration of an ISR was causing a crash to several users (for example, with the ite-cir driver: http://bugs.launchpad.net/bugs/972723). The reason was that IRQs were being triggered before a driver initialisation was completed. This patch fixes this by moving the invocation to