Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118972
b: refs/heads/master
c: ddcb01f
h: refs/heads/master
v: v3
  • Loading branch information
Geoff Levand authored and Greg Kroah-Hartman committed Nov 13, 2008
1 parent 116851c commit 35ca686
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8010e06cc90367b4d3fba3b0ec3ced32360ac890
refs/heads/master: ddcb01ff9bf49c4dbbb058423559f7bc90b89374
1 change: 1 addition & 0 deletions trunk/drivers/usb/host/ehci-ps3.c
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ 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_driver_data(dev, NULL);
Expand Down
3 changes: 2 additions & 1 deletion trunk/drivers/usb/host/ohci-ps3.c
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ static int ps3_ohci_probe(struct ps3_system_bus_device *dev)
return result;
}

static int ps3_ohci_remove (struct ps3_system_bus_device *dev)
static int ps3_ohci_remove(struct ps3_system_bus_device *dev)
{
unsigned int tmp;
struct usb_hcd *hcd =
Expand All @@ -205,6 +205,7 @@ static int ps3_ohci_remove (struct ps3_system_bus_device *dev)

tmp = hcd->irq;

ohci_shutdown(hcd);
usb_remove_hcd(hcd);

ps3_system_bus_set_driver_data(dev, NULL);
Expand Down

0 comments on commit 35ca686

Please sign in to comment.