summaryrefslogtreecommitdiff
path: root/drivers/usb
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2016-03-04 10:10:44 +0800
committerYe Li <ye.li@nxp.com>2016-03-04 16:09:02 +0800
commit13d2079a2d74797fe665ccf94109b06aaccf1b45 (patch)
treea296191383df38334b9d04414bca16c8138e0a6b /drivers/usb
parent8c8da023f9c530254486cda4bccb3a45d0ae6e28 (diff)
downloadu-boot-imx-13d2079a2d74797fe665ccf94109b06aaccf1b45.zip
u-boot-imx-13d2079a2d74797fe665ccf94109b06aaccf1b45.tar.gz
u-boot-imx-13d2079a2d74797fe665ccf94109b06aaccf1b45.tar.bz2
MLK-12492-1 mx6: fix type style problems introduced by patch MLK-12483
Some type style problems found by review-commits for previous patch MLK-12483, fix them in this patch and re-check. Signed-off-by: Ye Li <ye.li@nxp.com> (cherry picked from commit 8ada91778f7f28dd33b80f515a35d09c1398933c)
Diffstat (limited to 'drivers/usb')
-rw-r--r--drivers/usb/host/ehci-mx6.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/host/ehci-mx6.c b/drivers/usb/host/ehci-mx6.c
index 3ec16ec..7fa8b22 100644
--- a/drivers/usb/host/ehci-mx6.c
+++ b/drivers/usb/host/ehci-mx6.c
@@ -237,11 +237,11 @@ int ehci_hcd_init(int index, enum usb_init_type init,
return -EINVAL;
if (mx6_usb_fused(USB_BASE_ADDR + (0x200 * index))) {
- printf("USB@0x%x is fused, disable it\n",
+ printf("USB@0x%x is fused, disable it\n",
USB_BASE_ADDR + (0x200 * index));
return -2;
}
-
+
enable_usboh3_clk(1);
mdelay(1);