Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299150
b: refs/heads/master
c: 5af98bb
h: refs/heads/master
v: v3
  • Loading branch information
Sarah Sharp committed Apr 11, 2012
1 parent 8203a02 commit 66809a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4e833c0b87a30798e67f06120cecebef6ee9644c
refs/heads/master: 5af98bb06dee79d28c805f9fd0805ce791121784
3 changes: 3 additions & 0 deletions trunk/drivers/usb/host/xhci.c
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ int xhci_halt(struct xhci_hcd *xhci)
STS_HALT, STS_HALT, XHCI_MAX_HALT_USEC);
if (!ret)
xhci->xhc_state |= XHCI_STATE_HALTED;
else
xhci_warn(xhci, "Host not halted after %u microseconds.\n",
XHCI_MAX_HALT_USEC);
return ret;
}

Expand Down

0 comments on commit 66809a7

Please sign in to comment.