diff options
author | Dale Farnsworth <dale@farnsworth.org> | 2005-08-09 15:13:35 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-09-08 19:28:20 -0400 |
commit | e52b1d3afe698cb77c080ecbe9e745257ff8c81b (patch) | |
tree | 92d1b8aeaeaa384aca703ec98bbc3e6dcbcad1e0 /drivers | |
parent | ba44e7c407e248ed85d4f510728d0284373cf678 (diff) |
[PATCH] USB: Fix typo in ohci-ppc-soc.c: usb_hcd_put => usb_put_hcd
Signed-off-by: Dale Farnsworth <dale@farnsworth.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/usb/host/ohci-ppc-soc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ohci-ppc-soc.c b/drivers/usb/host/ohci-ppc-soc.c index 17964c39d06a..7066e63d1660 100644 --- a/drivers/usb/host/ohci-ppc-soc.c +++ b/drivers/usb/host/ohci-ppc-soc.c | |||
@@ -123,7 +123,7 @@ static void usb_hcd_ppc_soc_remove(struct usb_hcd *hcd, | |||
123 | 123 | ||
124 | iounmap(hcd->regs); | 124 | iounmap(hcd->regs); |
125 | release_mem_region(hcd->rsrc_start, hcd->rsrc_len); | 125 | release_mem_region(hcd->rsrc_start, hcd->rsrc_len); |
126 | usb_hcd_put(hcd); | 126 | usb_put_hcd(hcd); |
127 | } | 127 | } |
128 | 128 | ||
129 | static int __devinit | 129 | static int __devinit |