* [U-Boot] [PATCH] ehci-mxc: remove incorrect comment
@ 2011-10-17 18:17 Wolfgang Grandegger
2011-10-31 11:29 ` Stefano Babic
0 siblings, 1 reply; 2+ messages in thread
From: Wolfgang Grandegger @ 2011-10-17 18:17 UTC (permalink / raw)
To: u-boot
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 | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/usb/host/ehci-mxc.c b/drivers/usb/host/ehci-mxc.c
index a0cfbb7..f403d49 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);
--
1.7.4.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] [PATCH] ehci-mxc: remove incorrect comment
2011-10-17 18:17 [U-Boot] [PATCH] ehci-mxc: remove incorrect comment Wolfgang Grandegger
@ 2011-10-31 11:29 ` Stefano Babic
0 siblings, 0 replies; 2+ messages in thread
From: Stefano Babic @ 2011-10-31 11:29 UTC (permalink / raw)
To: u-boot
On 10/17/2011 08:17 PM, Wolfgang Grandegger wrote:
> 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 | 1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
>
Applied to u-boot-imx, thanks.
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-10-31 11:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-17 18:17 [U-Boot] [PATCH] ehci-mxc: remove incorrect comment Wolfgang Grandegger
2011-10-31 11:29 ` Stefano Babic
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox