Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364336
b: refs/heads/master
c: 07cd29d
h: refs/heads/master
v: v3
  • Loading branch information
Paul Vlase authored and Greg Kroah-Hartman committed Mar 15, 2013
1 parent 86c871f commit 6300298
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: a4dee9c9fdda7a3ebcb76f5e6280508530f67b76
refs/heads/master: 07cd29d76532acc6a9148074c3915c02cdd709d9
2 changes: 1 addition & 1 deletion trunk/drivers/usb/host/ehci-mv.c
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ static int mv_ehci_probe(struct platform_device *pdev)
(void __iomem *) ((unsigned long) ehci_mv->cap_regs + offset);

hcd->rsrc_start = r->start;
hcd->rsrc_len = r->end - r->start + 1;
hcd->rsrc_len = resource_size(r);
hcd->regs = ehci_mv->op_regs;

hcd->irq = platform_get_irq(pdev, 0);
Expand Down

0 comments on commit 6300298

Please sign in to comment.