projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2203d6e
)
[PATCH] Fix copy-paste bug in ohci-ppc-soc.c
author
Andrey Volkov
<avolkov@varma-el.com>
Fri, 18 Nov 2005 09:10:48 +0000
(
01:10
-0800)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Fri, 18 Nov 2005 15:49:45 +0000
(07:49 -0800)
Fix copy-paste bug in ohci-ppc-soc.c(ohci_hcd_ppc_soc_drv_remove)
Signed-off-by: Andrey Volkov <avolkov@varma-el.com>
Cc: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
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 18755766e406c7ae674bec5e0a408638fd373805..2ec6a78bd65e6673113141fcf68fb35305a055d3 100644
(file)
--- a/
drivers/usb/host/ohci-ppc-soc.c
+++ b/
drivers/usb/host/ohci-ppc-soc.c
@@
-185,7
+185,7
@@
static int ohci_hcd_ppc_soc_drv_probe(struct platform_device *pdev)
static int ohci_hcd_ppc_soc_drv_remove(struct platform_device *pdev)
{
- struct usb_hcd *hcd = platform_get_drvdata(dev);
+ struct usb_hcd *hcd = platform_get_drvdata(
p
dev);
usb_hcd_ppc_soc_remove(hcd, pdev);
return 0;