Title: [7165] branches/2009R1/drivers/usb/musb/blackfin.c: bug[#2424]correct wrong place for #endif
- Revision
- 7165
- Author
- cliff
- Date
- 2009-08-12 17:06:07 -0400 (Wed, 12 Aug 2009)
Log Message
bug[#2424]correct wrong place for #endif
Modified Paths
Diff
Modified: branches/2009R1/drivers/usb/musb/blackfin.c (7164 => 7165)
--- branches/2009R1/drivers/usb/musb/blackfin.c 2009-08-12 04:56:46 UTC (rev 7164)
+++ branches/2009R1/drivers/usb/musb/blackfin.c 2009-08-12 21:06:07 UTC (rev 7165)
@@ -139,8 +139,8 @@
len & 0x01 ? (len >> 1) + 1 : len >> 1);
else
insw((unsigned long)fifo, dst,
-#endif len & 0x01 ? (len >> 1) + 1 : len >> 1);
-
+ len & 0x01 ? (len >> 1) + 1 : len >> 1);
+#endif
DBG(4, "%cX ep%d fifo %p count %d buf %p\n",
'R', hw_ep->epnum, fifo, len, dst);
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits