Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 151435
b: refs/heads/master
c: a4d8830
h: refs/heads/master
i:
  151433: a38816b
  151431: f201f2d
v: v3
  • Loading branch information
Sarah Sharp authored and Greg Kroah-Hartman committed Jun 16, 2009
1 parent aaf4407 commit 8c205c7
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: 98441973105b80e133fcaa47ebf17be1e024ea30
refs/heads/master: a4d88302268d1e458f7c6eb7855f1ba4b3a7cffc
2 changes: 1 addition & 1 deletion trunk/drivers/usb/host/xhci-hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ int xhci_run(struct usb_hcd *hcd)

xhci_dbg(xhci, "// Set the interrupt modulation register\n");
temp = xhci_readl(xhci, &xhci->ir_set->irq_control);
temp &= 0xffff;
temp &= ~ER_IRQ_INTERVAL_MASK;
temp |= (u32) 160;
xhci_writel(xhci, temp, &xhci->ir_set->irq_control);

Expand Down

0 comments on commit 8c205c7

Please sign in to comment.