Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165444
b: refs/heads/master
c: 76d6a47
h: refs/heads/master
v: v3
  • Loading branch information
Wolfram Sang authored and David Woodhouse committed Sep 4, 2009
1 parent 384c73f commit 4e33e8b
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: 2763c508a3c8f8ec5d6df4e8c63d5e2a5a7d3954
refs/heads/master: 76d6a4791609e4d14b411a513c7648b19b258d8f
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/maps/plat-ram.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ static int platram_probe(struct platform_device *pdev)
/* setup map parameters */

info->map.phys = res->start;
info->map.size = (res->end - res->start) + 1;
info->map.size = resource_size(res);
info->map.name = pdata->mapname != NULL ?
(char *)pdata->mapname : (char *)pdev->name;
info->map.bankwidth = pdata->bankwidth;
Expand Down

0 comments on commit 4e33e8b

Please sign in to comment.