diff mbox

omap3: ehci: trivial fix of a debug print

Message ID 1255368020-23659-1-git-send-email-gadiyar@ti.com (mailing list archive)
State Accepted
Commit 8499e54cb25e8d9d16e97e17b0da145d8ed32577
Headers show

Commit Message

Anand Gadiyar Oct. 12, 2009, 5:20 p.m. UTC
None
diff mbox

Patch

diff --git a/drivers/usb/host/ehci-omap.c b/drivers/usb/host/ehci-omap.c
index 45b8a7c..73f0b3b 100644
--- a/drivers/usb/host/ehci-omap.c
+++ b/drivers/usb/host/ehci-omap.c
@@ -363,7 +363,7 @@  static int omap_start_ehc(struct ehci_hcd_omap *omap, struct usb_hcd *hcd)
 
 	}
 	ehci_omap_writel(omap->uhh_base, OMAP_UHH_HOSTCONFIG, reg);
-	dev_dbg(omap->dev, "UHH setup done, uhh_base=%x\n", reg);
+	dev_dbg(omap->dev, "UHH setup done, uhh_hostconfig=%x\n", reg);
 
 
 	if ((omap->port_mode[0] == EHCI_HCD_OMAP_MODE_TLL) ||