On Mon, May 25, 2009 at 05:16, <[email protected]> wrote: > -#if defined(CONFIG_MUSB_DMA_POLL) > +/* Sometimes,the DMA complete interrupt never happens, > + * this will cause the polling to dead loop. > + */ > +#if 0 > u8 epnum = hw_ep->epnum; > u16 dma_reg = 0;
uhh, this is already an ifdef for a reason -- so it can be turned off. why does it have to be replaced with an '#if 0' ? -mike _______________________________________________ Linux-kernel-commits mailing list [email protected] https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits
