Title: [6468] branches/2009R1/drivers/usb/musb/blackfin.c: bug[#4120]Sometimes,the DMA complete interrupt never happens,this will cause the polling to dead loop
Revision
6468
Author
cliff
Date
2009-05-25 04:13:17 -0500 (Mon, 25 May 2009)

Log Message

bug[#4120]Sometimes,the DMA complete interrupt never happens,this will cause the polling to dead loop

Modified Paths

Diff

Modified: branches/2009R1/drivers/usb/musb/blackfin.c (6467 => 6468)


--- branches/2009R1/drivers/usb/musb/blackfin.c	2009-05-25 05:38:53 UTC (rev 6467)
+++ branches/2009R1/drivers/usb/musb/blackfin.c	2009-05-25 09:13:17 UTC (rev 6468)
@@ -95,7 +95,10 @@
 {
 	void __iomem *fifo = hw_ep->fifo;
 
-#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;
 
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to