On Wed, 5 May 2010 08:32:13 +0530 "G, Manjunath Kondaiah" <manjugk@xxxxxx> wrote: > > - init_completion(&mcbsp->rx_irq_completion); > > - err = request_irq(mcbsp->rx_irq, > > omap_mcbsp_rx_irq_handler, > > + if (!cpu_is_omap44xx) { > > + init_completion(&mcbsp->rx_irq_completion); > > + err = request_irq(mcbsp->rx_irq, > > + omap_mcbsp_rx_irq_handler, > > 0, "McBSP", (void *)mcbsp); > > How about using request_threaded_irq? > Refer to: http://lwn.net/Articles/302043/ > Threaded irq conversion would be better to handle as a separate patch as it does different thing than this patch. -- Jarkko -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html