Hi, On Thu, Aug 21, 2008 at 07:28:21PM +0530, ext Swaminathan S wrote: > > Signed-off-by: Swaminathan S <swami.iyer@xxxxxx> > > This patch adds tasklet structures to musb to enable > polling for FIFO empty status on the Mentor TX FIFO. > This is requried to enable proper functioning of ^ typo > DaVinci CPPI TX DMA when performing Tx transfers. do not indent the comments. Signed-off-by line should come after those comments, like the following: This patch adds tasklet structures to musb to enable polling for FIFO empty status on the Mentor TX FIFO. This is required to enable proper functioning of DaVinci CPPI TX DMA when performing Tx transfers. Signed-off-by: Swaminathan S <swami.iyer@xxxxxx> > +#ifdef CONFIG_ARCH_DAVINCI > +extern void musb_fifo_check_tasklet(unsigned long data); > +#endif points to nothing... meld both patches together. -- balbi -- 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