From: Wolfgang Grandegger Date: Mon, 17 Oct 2011 08:17:47 +0000 (+0000) Subject: ehci-mxc: remove incorrect comment X-Git-Tag: v2011.12-rc1~228^2~5 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8d5d1516a21a509ded9836c2b6c111cc2b28aa4a;p=oweals%2Fu-boot.git ehci-mxc: remove incorrect comment 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 --- diff --git a/drivers/usb/host/ehci-mxc.c b/drivers/usb/host/ehci-mxc.c index a0cfbb74bd..f403d49e74 100644 --- a/drivers/usb/host/ehci-mxc.c +++ b/drivers/usb/host/ehci-mxc.c @@ -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);