Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299152
b: refs/heads/master
c: fb3d85b
h: refs/heads/master
v: v3
  • Loading branch information
Sarah Sharp committed Apr 11, 2012
1 parent 5ef78a5 commit 5e47180
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 159e1fcc9a60fc7daba23ee8fcdb99799de3fe84
refs/heads/master: fb3d85bc7193f23c9a564502df95564c49a32c91
1 change: 1 addition & 0 deletions trunk/drivers/usb/host/xhci.c
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,7 @@ static void xhci_restore_registers(struct xhci_hcd *xhci)
xhci_writel(xhci, xhci->s3.irq_control, &xhci->ir_set->irq_control);
xhci_writel(xhci, xhci->s3.erst_size, &xhci->ir_set->erst_size);
xhci_write_64(xhci, xhci->s3.erst_base, &xhci->ir_set->erst_base);
xhci_write_64(xhci, xhci->s3.erst_dequeue, &xhci->ir_set->erst_dequeue);
}

static void xhci_set_cmd_ring_deq(struct xhci_hcd *xhci)
Expand Down

0 comments on commit 5e47180

Please sign in to comment.