Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235423
b: refs/heads/master
c: ad73dff
h: refs/heads/master
i:
  235421: 5db9433
  235419: 121f99b
  235415: e964249
  235407: acb4303
  235391: 9f50e03
v: v3
  • Loading branch information
Sarah Sharp committed Mar 14, 2011
1 parent b830df6 commit 0a1a97b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 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: 4814030ce11f08350b7a91573487ad4b600dae34
refs/heads/master: ad73dff32e04cad1ff2af89512bf489224b503cc
1 change: 0 additions & 1 deletion trunk/drivers/usb/host/xhci-hub.c
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,6 @@ int xhci_bus_resume(struct usb_hcd *hcd)
(void) xhci_readl(xhci, &xhci->op_regs->command);

xhci->next_statechange = jiffies + msecs_to_jiffies(5);
hcd->state = HC_STATE_RUNNING;
/* re-enable irqs */
temp = xhci_readl(xhci, &xhci->op_regs->command);
temp |= CMD_EIE;
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/usb/host/xhci.c
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,6 @@ int xhci_run(struct usb_hcd *hcd)
xhci_writel(xhci, temp, &xhci->ir_set->irq_control);

/* Set the HCD state before we enable the irqs */
hcd->state = HC_STATE_RUNNING;
temp = xhci_readl(xhci, &xhci->op_regs->command);
temp |= (CMD_EIE);
xhci_dbg(xhci, "// Enable interrupts, cmd = 0x%x.\n",
Expand Down

0 comments on commit 0a1a97b

Please sign in to comment.