X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=cpu%2Farm920t%2Fs3c24x0%2Fusb_ohci.c;h=b4cc74476b0e4999ebd06b828bfc537e0b933621;hb=78da60773c4822b071f4b050910ee0fdda8c0b2b;hp=eb80b1cb565336a35eae749a2d97160bfd22ab27;hpb=de1d0a69956a63cea6a62043ae5d5afb584efe93;p=u-boot diff --git a/cpu/arm920t/s3c24x0/usb_ohci.c b/cpu/arm920t/s3c24x0/usb_ohci.c index eb80b1cb56..b4cc74476b 100644 --- a/cpu/arm920t/s3c24x0/usb_ohci.c +++ b/cpu/arm920t/s3c24x0/usb_ohci.c @@ -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 */