Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155942
b: refs/heads/master
c: bcfa4e6
h: refs/heads/master
v: v3
  • Loading branch information
Simon Kagstrom authored and Greg Kroah-Hartman committed Jul 28, 2009
1 parent ba79738 commit 8b11803
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 8bf16ba7c8ea9d067914e270764c14020a26232f
refs/heads/master: bcfa4e68d8d0ea617bde4203b2b3848f5a49a423
2 changes: 1 addition & 1 deletion trunk/drivers/usb/host/ehci-orion.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ static int ehci_orion_setup(struct usb_hcd *hcd)
struct ehci_hcd *ehci = hcd_to_ehci(hcd);
int retval;

ehci_reset(ehci);
retval = ehci_halt(ehci);
if (retval)
return retval;
Expand All @@ -118,7 +119,6 @@ static int ehci_orion_setup(struct usb_hcd *hcd)

hcd->has_tt = 1;

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

return retval;
Expand Down

0 comments on commit 8b11803

Please sign in to comment.