On Sat, Apr 21, 2012 at 05:25:21PM +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 completed. > > This patch fixes this by moving the invocation to request_irq() and to > request_region() to a later stage on the driver probe function. >From what I can tell, it looks like v3 should do the job for all affected drivers. Acked-by: Jarod Wilson <jarod@xxxxxxxxxx> -- Jarod Wilson jarod@xxxxxxxxxx -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html