Title: [6797] trunk/drivers/usb/musb: task[#2424]disable TX double buffer according anomaly 05000450
Revision
6797
Author
cliff
Date
2009-06-18 22:37:20 -0500 (Thu, 18 Jun 2009)

Log Message

task[#2424]disable TX double buffer according anomaly 05000450

Modified Paths

Diff

Modified: trunk/drivers/usb/musb/musb_gadget.c (6796 => 6797)


--- trunk/drivers/usb/musb/musb_gadget.c	2009-06-19 03:33:39 UTC (rev 6796)
+++ trunk/drivers/usb/musb/musb_gadget.c	2009-06-19 03:37:20 UTC (rev 6797)
@@ -927,7 +927,7 @@
 		/* REVISIT if can_bulk_split(), use by updating "tmp";
 		 * likewise high bandwidth periodic tx
 		 */
-#if defined(CONFIG_BLACKFIN) && ANOMALY_05000465
+#if defined(CONFIG_BLACKFIN) && ANOMALY_05000450
                 /* Set TXMAXP with the FIFO size of the endpoint
                  * to diable double buffer mode.
                  */

Modified: trunk/drivers/usb/musb/musb_host.c (6796 => 6797)


--- trunk/drivers/usb/musb/musb_host.c	2009-06-19 03:33:39 UTC (rev 6796)
+++ trunk/drivers/usb/musb/musb_host.c	2009-06-19 03:37:20 UTC (rev 6797)
@@ -822,7 +822,7 @@
 					| ((hw_ep->max_packet_sz_tx /
 						packet_sz) - 1) << 11);
 			else
-#if defined(CONFIG_BLACKFIN) && ANOMALY_05000465
+#if defined(CONFIG_BLACKFIN) && ANOMALY_05000450
         /* Set TXMAXP with the FIFO size of the endpoint
          * to diable double buffer mode.
          */
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to