Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 185248
b: refs/heads/master
c: f65c354
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Mar 2, 2010
1 parent 04dee41 commit 39ab6db
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: 5672b7e6a99a91838c1b595a80d43006bcd9a178
refs/heads/master: f65c3540d316982c906e6ece7ccad00bba84574e
2 changes: 1 addition & 1 deletion trunk/drivers/usb/host/ehci-atmel.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ static int __init ehci_atmel_drv_probe(struct platform_device *pdev)
goto fail_request_resource;
}
hcd->rsrc_start = res->start;
hcd->rsrc_len = res->end - res->start + 1;
hcd->rsrc_len = resource_size(res);

if (!request_mem_region(hcd->rsrc_start, hcd->rsrc_len,
driver->description)) {
Expand Down

0 comments on commit 39ab6db

Please sign in to comment.