Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218969
b: refs/heads/master
c: e8e3f6c
h: refs/heads/master
i:
  218967: 1d44ad0
v: v3
  • Loading branch information
H Hartley Sweeten authored and Chris Ball committed Oct 23, 2010
1 parent f223d56 commit 22cca18
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: af2a85fd9a4be83469a00f257563dfb77b9daad0
refs/heads/master: e8e3f6ca12d95181ce4718bcb4865c1913eac983
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/host/atmel-mci.c
Original file line number Diff line number Diff line change
Expand Up @@ -1777,7 +1777,7 @@ static int __init atmci_probe(struct platform_device *pdev)
}

ret = -ENOMEM;
host->regs = ioremap(regs->start, regs->end - regs->start + 1);
host->regs = ioremap(regs->start, resource_size(regs));
if (!host->regs)
goto err_ioremap;

Expand Down

0 comments on commit 22cca18

Please sign in to comment.