Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218970
b: refs/heads/master
c: 7a5ea56
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and Chris Ball committed Oct 23, 2010
1 parent 22cca18 commit 7d3eddb
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: e8e3f6ca12d95181ce4718bcb4865c1913eac983
refs/heads/master: 7a5ea56abc493fd43fb8d5b2f55d18396ec048f1
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/host/au1xmmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,7 @@ static int __devinit au1xmmc_probe(struct platform_device *pdev)
goto out1;
}

host->ioarea = request_mem_region(r->start, r->end - r->start + 1,
host->ioarea = request_mem_region(r->start, resource_size(r),
pdev->name);
if (!host->ioarea) {
dev_err(&pdev->dev, "mmio already in use\n");
Expand Down

0 comments on commit 7d3eddb

Please sign in to comment.