Re: MUSB: extra cppi irq?

2014-09-25 Thread Felipe Balbi
Hi Bin, On Wed, Sep 24, 2014 at 01:55:14PM -0500, Bin Liu wrote: > Hi Felipe and all, > > The musb driver musb_host_tx() has the following: > > 1244 /* with CPPI, DMA sometimes triggers "extra" irqs */ > 1245 if (!urb) { > 1246 dev_dbg(musb->controller, "extra TX%

MUSB: extra cppi irq?

2014-09-24 Thread Bin Liu
Hi Felipe and all, The musb driver musb_host_tx() has the following: 1244 /* with CPPI, DMA sometimes triggers "extra" irqs */ 1245 if (!urb) { 1246 dev_dbg(musb->controller, "extra TX%d ready, csr %04x\n", epnum, tx_csr); 1247 return; 1248