Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299147
b: refs/heads/master
c: bb334e9
h: refs/heads/master
i:
  299145: 64dccde
  299143: 02f2dfd
v: v3
  • Loading branch information
Alex He authored and Sarah Sharp committed Apr 10, 2012
1 parent 8afb2f5 commit ab1a6f8
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: a65a6f14dc24a90bde3f5d0073ba2364476200bf
refs/heads/master: bb334e90cc3a2913906665ea966abd7f462b67c2
2 changes: 1 addition & 1 deletion trunk/drivers/usb/host/xhci-dbg.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ static void xhci_print_command_reg(struct xhci_hcd *xhci)
xhci_dbg(xhci, " Event Interrupts %s\n",
(temp & CMD_EIE) ? "enabled " : "disabled");
xhci_dbg(xhci, " Host System Error Interrupts %s\n",
(temp & CMD_EIE) ? "enabled " : "disabled");
(temp & CMD_HSEIE) ? "enabled " : "disabled");
xhci_dbg(xhci, " HC has %sfinished light reset\n",
(temp & CMD_LRESET) ? "not " : "");
}
Expand Down

0 comments on commit ab1a6f8

Please sign in to comment.