]> git.sur5r.net Git - u-boot/blobdiff - cpu/arm920t/s3c24x0/usb_ohci.c
Complete support for the KwikByte KB920x boards
[u-boot] / cpu / arm920t / s3c24x0 / usb_ohci.c
index eb80b1cb565336a35eae749a2d97160bfd22ab27..b4cc74476b0e4999ebd06b828bfc537e0b933621 100644 (file)
@@ -53,6 +53,7 @@
 #define OHCI_USE_NPS           /* force NoPowerSwitching mode */
 #undef OHCI_VERBOSE_DEBUG      /* not always helpful */
 
+
 /* For initializing controller (mask in an HCFS mode too) */
 #define        OHCI_CONTROL_INIT \
        (OHCI_CTRL_CBSR & 0x3) | OHCI_CTRL_IE | OHCI_CTRL_PLE
@@ -1219,7 +1220,6 @@ pkt_print(dev, pipe, buffer, transfer_len, cmd, "SUB(rh)", usb_pipein(pipe));
        return stat;
 }
 
-
 /*-------------------------------------------------------------------------*/
 
 /* common code for handling submit messages - used for all but root hub */