[PATCH] USBcore: fix invalid function name usb_hcd_put in ohci-ppc-soc.c
From: John Otken <hidden>
Date: 2005-07-20 10:54:45
From: John Otken <hidden>
Date: 2005-07-20 10:54:45
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 <redacted> 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