ehci-mxc: remove incorrect comment
authorWolfgang Grandegger <wg@grandegger.com>
Mon, 17 Oct 2011 08:17:47 +0000 (08:17 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Fri, 4 Nov 2011 21:06:37 +0000 (22:06 +0100)
The USB port to be used is determined by CONFIG_MXC_USB_PORT.
So, it appears that the comment is not correct. Remove it.

Signed-off-by: Wolfgang Grandegger <wg@denx.de>
drivers/usb/host/ehci-mxc.c

index a0cfbb74bd9e59bbff8067f1558fb74be12a6011..f403d49e7462b75a4a14d45703c6497954fde12e 100644 (file)
@@ -120,7 +120,6 @@ int ehci_hcd_init(void)
 
        udelay(80);
 
-       /* Take USB2 */
        ehci = (struct usb_ehci *)(IMX_USB_BASE +
                (0x200 * CONFIG_MXC_USB_PORT));
        hccr = (struct ehci_hccr *)((uint32_t)&ehci->caplength);