]> 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 fa6abeb546bc138d7a98d9ed213133d257543807..b4cc74476b0e4999ebd06b828bfc537e0b933621 100644 (file)
@@ -1220,8 +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 */
@@ -1294,7 +1292,7 @@ int submit_common_msg(struct usb_device *dev, unsigned long pipe, void *buffer,
                        wait_ms(1);
                        if (!urb_finished)
                                dbg("\%");
-                       
+
                } else {
                        err("CTL:TIMEOUT ");
                        dbg("submit_common_msg: TO status %x\n", stat);
@@ -1511,7 +1509,7 @@ hc_interrupt (void)
                ohci->disabled++;
                err ("%s device removed!", ohci->slot_name);
                return -1;
-       
+
        } else if ((ints &= readl (&regs->intrenable)) == 0) {
                dbg("hc_interrupt: returning..\n");
                return 0xff;