Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67860
b: refs/heads/master
c: af1c51f
h: refs/heads/master
v: v3
  • Loading branch information
Marcelo Tosatti authored and Greg Kroah-Hartman committed Oct 12, 2007
1 parent 081be23 commit d112803
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 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: 0eb0226c9d819fd2af31ae4fc52bbca81c215369
refs/heads/master: af1c51fcb2aea23ec2dfe73b7d66515d1622e689
5 changes: 1 addition & 4 deletions trunk/drivers/usb/host/ehci-pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ static int ehci_pci_reinit(struct ehci_hcd *ehci, struct pci_dev *pdev)
if (!retval)
ehci_dbg(ehci, "MWI active\n");

ehci_port_power(ehci, 0);

return 0;
}

Expand Down Expand Up @@ -156,8 +154,7 @@ static int ehci_pci_setup(struct usb_hcd *hcd)
break;
}

if (ehci_is_TDI(ehci))
ehci_reset(ehci);
ehci_reset(ehci);

/* at least the Genesys GL880S needs fixup here */
temp = HCS_N_CC(ehci->hcs_params) * HCS_N_PCC(ehci->hcs_params);
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/usb/host/ehci-ps3.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ static int ps3_ehci_hc_reset(struct usb_hcd *hcd)
if (result)
return result;

ehci_port_power(ehci, 0);
ehci_reset(ehci);

return result;
}
Expand Down

0 comments on commit d112803

Please sign in to comment.