projects
/
platform
/
kernel
/
linux-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba44e7c
)
[PATCH] USB: Fix typo in ohci-ppc-soc.c: usb_hcd_put => usb_put_hcd
author
Dale Farnsworth
<dale@farnsworth.org>
Tue, 9 Aug 2005 19:13:35 +0000
(12:13 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 8 Sep 2005 23:28:20 +0000
(16:28 -0700)
Signed-off-by: Dale Farnsworth <dale@farnsworth.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/ohci-ppc-soc.c
patch
|
blob
|
history
diff --git
a/drivers/usb/host/ohci-ppc-soc.c
b/drivers/usb/host/ohci-ppc-soc.c
index
17964c3
..
7066e63
100644
(file)
--- 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,
iounmap(hcd->regs);
release_mem_region(hcd->rsrc_start, hcd->rsrc_len);
- usb_
hcd_put
(hcd);
+ usb_
put_hcd
(hcd);
}
static int __devinit