All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] USBcore: fix invalid function name usb_hcd_put in ohci-ppc-soc.c
@ 2005-07-20 10:46 John Otken
  0 siblings, 0 replies; only message in thread
From: John Otken @ 2005-07-20 10:46 UTC (permalink / raw)
  To: linuxppc-embedded; +Cc: weissg

This patch corrects an invalid function name in 
drivers/usb/host/ohci-ppc-soc.c.  The correct 
function name is usb_put_hcd() not usb_hcd_put().

This patch works against 2.6.12 or 2.6.13.

Signed-off-by: John Otken <jotken@softadvances.com>

diff -up a/drivers/usb/host/ohci-ppc-soc.c b/drivers/usb/host/ohci-ppc-soc.c
--- a/drivers/usb/host/ohci-ppc-soc.c	2005-07-14 09:48:19.000000000 -0500
+++ b/drivers/usb/host/ohci-ppc-soc.c	2005-06-19 10:18:05.000000000 -0500
@@ -123,7 +123,7 @@ static void usb_hcd_ppc_soc_remove(struc
 
 	iounmap(hcd->regs);
 	release_mem_region(hcd->rsrc_start, hcd->rsrc_len);
-	usb_hcd_put(hcd);
+	usb_put_hcd(hcd);
 }
 
 static int __devinit

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-07-20 10:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-20 10:46 [PATCH] USBcore: fix invalid function name usb_hcd_put in ohci-ppc-soc.c John Otken

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.