Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131397
b: refs/heads/master
c: 9427c34
h: refs/heads/master
i:
  131395: dc747ae
v: v3
  • Loading branch information
Philipp Zabel authored and Samuel Ortiz committed Feb 17, 2009
1 parent 679fd6e commit 2603b43
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: a313d758cc7956d7f1e7a727c8fa571b6468fabf
refs/heads/master: 9427c34bc72f05b519e8466f27c38a3327bae157
2 changes: 1 addition & 1 deletion trunk/drivers/mfd/htc-egpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ static int __init egpio_probe(struct platform_device *pdev)
res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
if (!res)
goto fail;
ei->base_addr = ioremap_nocache(res->start, res->end - res->start);
ei->base_addr = ioremap_nocache(res->start, resource_size(res));
if (!ei->base_addr)
goto fail;
pr_debug("EGPIO phys=%08x virt=%p\n", (u32)res->start, ei->base_addr);
Expand Down

0 comments on commit 2603b43

Please sign in to comment.