From patchwork Mon Oct 12 17:20:20 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anand Gadiyar X-Patchwork-Id: 53179 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n9CHPer2012393 for ; Mon, 12 Oct 2009 17:25:40 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757167AbZJLRVD (ORCPT ); Mon, 12 Oct 2009 13:21:03 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757168AbZJLRVD (ORCPT ); Mon, 12 Oct 2009 13:21:03 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:41514 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757149AbZJLRVC (ORCPT ); Mon, 12 Oct 2009 13:21:02 -0400 Received: from dbdp31.itg.ti.com ([172.24.170.98]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id n9CHKN9k001372 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 12 Oct 2009 12:20:25 -0500 Received: from linfarm476.india.ti.com (localhost [127.0.0.1]) by dbdp31.itg.ti.com (8.13.8/8.13.8) with ESMTP id n9CHKKMh014444; Mon, 12 Oct 2009 22:50:21 +0530 (IST) Received: from linfarm476.india.ti.com (localhost [127.0.0.1]) by linfarm476.india.ti.com (8.12.11/8.12.11) with ESMTP id n9CHKKuQ023722; Mon, 12 Oct 2009 22:50:20 +0530 Received: (from a0393673@localhost) by linfarm476.india.ti.com (8.12.11/8.12.11/Submit) id n9CHKKUh023720; Mon, 12 Oct 2009 22:50:20 +0530 From: Anand Gadiyar To: linux-omap@vger.kernel.org Cc: Anand Gadiyar Subject: omap3: ehci: trivial fix of a debug print Date: Mon, 12 Oct 2009 22:50:20 +0530 Message-Id: <1255368020-23659-1-git-send-email-gadiyar@ti.com> X-Mailer: git-send-email 1.5.5 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org 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) ||