Title: [6953] trunk/drivers/usb/musb/musb_host.c: bug[#2424]disable double buffering on host TX seems not OK
Revision
6953
Author
cliff
Date
2009-07-09 03:24:53 -0500 (Thu, 09 Jul 2009)

Log Message

bug[#2424]disable double buffering on host TX seems not OK

Modified Paths

Diff

Modified: trunk/drivers/usb/musb/musb_host.c (6952 => 6953)


--- trunk/drivers/usb/musb/musb_host.c	2009-07-09 08:22:52 UTC (rev 6952)
+++ trunk/drivers/usb/musb/musb_host.c	2009-07-09 08:24:53 UTC (rev 6953)
@@ -822,16 +822,9 @@
 					| ((hw_ep->max_packet_sz_tx /
 						packet_sz) - 1) << 11);
 			else
-#if defined(CONFIG_BLACKFIN) && ANOMALY_05000450
-        /* Set TXMAXP with the FIFO size of the endpoint
-         * to diable double buffer mode.
-         */
         			musb_writew(epio, MUSB_TXMAXP,
-				hw_ep->max_packet_sz_tx);
-#else
-        			musb_writew(epio, MUSB_TXMAXP,
 					packet_sz);
-#endif
+
 			musb_writeb(epio, MUSB_TXINTERVAL, qh->intv_reg);
 		} else {
 			musb_writeb(epio, MUSB_NAKLIMIT0, qh->intv_reg);
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to