Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 256693
b: refs/heads/master
c: 27810c5
h: refs/heads/master
i:
  256691: 7e1e2bf
v: v3
  • Loading branch information
Joe Perches authored and Grant Likely committed Jun 11, 2011
1 parent a90506b commit f52ecc4
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: b57e3c2692b04ac0b2f14bb94c63291fad1d7309
refs/heads/master: 27810c5e7f8f2ddf036c16b5e40fd22abdc041f9
2 changes: 1 addition & 1 deletion trunk/drivers/gpio/gpio-vr41xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ static int __devinit giu_probe(struct platform_device *pdev)
if (!res)
return -EBUSY;

giu_base = ioremap(res->start, res->end - res->start + 1);
giu_base = ioremap(res->start, resource_size(res));
if (!giu_base)
return -ENOMEM;

Expand Down

0 comments on commit f52ecc4

Please sign in to comment.