Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15446
b: refs/heads/master
c: d97cc2f
h: refs/heads/master
v: v3
  • Loading branch information
David Brownell authored and Greg Kroah-Hartman committed Jan 4, 2006
1 parent 5667106 commit 3d0a77d
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: 2c1c3c4cd5f796b1912c65aaf3bf48c0ddf11f5e
refs/heads/master: d97cc2f2e938547a47daef29bc10ab38600a3310
2 changes: 1 addition & 1 deletion trunk/drivers/usb/host/ehci-hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ static irqreturn_t ehci_irq (struct usb_hcd *hcd, struct pt_regs *regs)
}

/* remote wakeup [4.3.1] */
if ((status & STS_PCD) && device_may_wakeup(&hcd->self.root_hub->dev)) {
if (status & STS_PCD) {
unsigned i = HCS_N_PORTS (ehci->hcs_params);

/* resume root hub? */
Expand Down

0 comments on commit 3d0a77d

Please sign in to comment.