public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* omap3: ehci: trivial fix of a debug print
@ 2009-10-12 17:20 Anand Gadiyar
  2009-10-13  7:32 ` Felipe Balbi
  2009-10-13 18:20 ` [APPLIED] " Tony Lindgren
  0 siblings, 2 replies; 3+ messages in thread
From: Anand Gadiyar @ 2009-10-12 17:20 UTC (permalink / raw)
  To: linux-omap; +Cc: Anand Gadiyar

omap3: ehci: trivial fix of a debug print

We're interested in uhh_hostconfig, not uhh_base. While we
are actually printing the former, we're calling it the latter.

Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
---
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) ||

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: omap3: ehci: trivial fix of a debug print
  2009-10-12 17:20 omap3: ehci: trivial fix of a debug print Anand Gadiyar
@ 2009-10-13  7:32 ` Felipe Balbi
  2009-10-13 18:20 ` [APPLIED] " Tony Lindgren
  1 sibling, 0 replies; 3+ messages in thread
From: Felipe Balbi @ 2009-10-13  7:32 UTC (permalink / raw)
  To: ext Anand Gadiyar; +Cc: linux-omap@vger.kernel.org

On Mon, Oct 12, 2009 at 07:20:20PM +0200, ext Anand Gadiyar wrote:
> omap3: ehci: trivial fix of a debug print
> 
> We're interested in uhh_hostconfig, not uhh_base. While we
> are actually printing the former, we're calling it the latter.
> 
> Signed-off-by: Anand Gadiyar <gadiyar@ti.com>

Acked-by: Felipe Balbi <felipe.balbi@nokia.com>

> ---
> 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) ||
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

-- 
balbi

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [APPLIED] omap3: ehci: trivial fix of a debug print
  2009-10-12 17:20 omap3: ehci: trivial fix of a debug print Anand Gadiyar
  2009-10-13  7:32 ` Felipe Balbi
@ 2009-10-13 18:20 ` Tony Lindgren
  1 sibling, 0 replies; 3+ messages in thread
From: Tony Lindgren @ 2009-10-13 18:20 UTC (permalink / raw)
  To: linux-omap

This patch has been applied to the linux-omap
by youw fwiendly patch wobot.

Branch in linux-omap: ehci

Initial commit ID (Likely to change): 8499e54cb25e8d9d16e97e17b0da145d8ed32577

PatchWorks
http://patchwork.kernel.org/patch/53179/

Git (Likely to change, and takes a while to get mirrored)
http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=commit;h=8499e54cb25e8d9d16e97e17b0da145d8ed32577



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-10-13 18:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-12 17:20 omap3: ehci: trivial fix of a debug print Anand Gadiyar
2009-10-13  7:32 ` Felipe Balbi
2009-10-13 18:20 ` [APPLIED] " Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox