Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303635
b: refs/heads/master
c: b087657
h: refs/heads/master
i:
  303633: bdb12e5
  303631: ee02084
v: v3
  • Loading branch information
Stephen Warren authored and Greg Kroah-Hartman committed Apr 25, 2012
1 parent f4fa3af commit 560ecbe
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: af4e1ee04026908086d7ed252db2619a8ceaa333
refs/heads/master: b08765749332c54c65c1a6515c01c6eb3fc1843e
2 changes: 1 addition & 1 deletion trunk/drivers/usb/host/ehci-tegra.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ static int tegra_ehci_hub_control(
goto done;
}

temp &= ~PORT_WKCONN_E;
temp &= ~(PORT_RWC_BITS | PORT_WKCONN_E);
temp |= PORT_WKDISC_E | PORT_WKOC_E;
ehci_writel(ehci, temp | PORT_SUSPEND, status_reg);

Expand Down

0 comments on commit 560ecbe

Please sign in to comment.