Skip to content

Commit

Permalink
usb: PS3 EHCI remove unneeded ehci_shutdown
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Geoff Levand authored and Greg Kroah-Hartman committed Apr 1, 2013
1 parent 44e6394 commit 8e277d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/usb/host/ehci-ps3.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 8e277d7

Please sign in to comment.