projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44e6394
)
usb: PS3 EHCI remove unneeded ehci_shutdown
author
Geoff Levand
<geoff@infradead.org>
Sat, 30 Mar 2013 00:22:44 +0000
(17:22 -0700)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 1 Apr 2013 19:32:43 +0000
(12:32 -0700)
Remove an unneeded call to ehci_shutdown() in ps3_ehci_remove().
This removal will allow for a loadable ehci driver.
Cc: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Geoff Levand <geoff@infradead.org>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-ps3.c
patch
|
blob
|
history
diff --git
a/drivers/usb/host/ehci-ps3.c
b/drivers/usb/host/ehci-ps3.c
index
df5925a
..
fd98377
100644
(file)
--- a/
drivers/usb/host/ehci-ps3.c
+++ b/
drivers/usb/host/ehci-ps3.c
@@
-221,7
+221,6
@@
static int ps3_ehci_remove(struct ps3_system_bus_device *dev)
tmp = hcd->irq;
- ehci_shutdown(hcd);
usb_remove_hcd(hcd);
ps3_system_bus_set_drvdata(dev, NULL);