Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275832
b: refs/heads/master
c: e253dec
h: refs/heads/master
v: v3
  • Loading branch information
Jayachandran C authored and Greg Kroah-Hartman committed Nov 18, 2011
1 parent 0a0d51d commit 022cbb4
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: bc985c10f388c0e5fb2cff95ff2220721627fbd8
refs/heads/master: e253dec31b3ffc2bf19aa8c29865ab7254e90c29
2 changes: 1 addition & 1 deletion trunk/drivers/usb/host/ehci-xls.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ static int ehci_xls_setup(struct usb_hcd *hcd)

ehci->caps = hcd->regs;
ehci->regs = hcd->regs +
HC_LENGTH(ehci_readl(ehci, &ehci->caps->hc_capbase));
HC_LENGTH(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase));
dbg_hcs_params(ehci, "reset");
dbg_hcc_params(ehci, "reset");

Expand Down

0 comments on commit 022cbb4

Please sign in to comment.