Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280801
b: refs/heads/master
c: 35657c4
h: refs/heads/master
i:
  280799: fbecc98
v: v3
  • Loading branch information
Tanmay Upadhyay authored and Greg Kroah-Hartman committed Dec 10, 2011
1 parent 84529b8 commit feef8e5
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: a451eaf9c57feaacfd76226a06bd57c4b66a6ab3
refs/heads/master: 35657c4d72925936c7219cc5caac118ca632acc2
2 changes: 1 addition & 1 deletion trunk/drivers/usb/host/ehci-pxa168.c
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ static int __devinit ehci_pxa168_drv_probe(struct platform_device *pdev)
ehci = hcd_to_ehci(hcd);
ehci->caps = hcd->regs + 0x100;
ehci->regs = hcd->regs + 0x100 +
HC_LENGTH(ehci_readl(ehci, &ehci->caps->hc_capbase));
HC_LENGTH(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase));
ehci->hcs_params = ehci_readl(ehci, &ehci->caps->hcs_params);
hcd->has_tt = 1;
ehci->sbrn = 0x20;
Expand Down

0 comments on commit feef8e5

Please sign in to comment.