Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106053
b: refs/heads/master
c: 596d394
h: refs/heads/master
i:
  106051: e3e1b3a
v: v3
  • Loading branch information
Dave Jiang authored and Linus Torvalds committed Jul 25, 2008
1 parent 8363723 commit e5fc978
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: 10d33e9c36827e5371479e55ef4089e000af2638
refs/heads/master: 596d3941035d4d4b484c820f10f57fd4816c6615
2 changes: 1 addition & 1 deletion trunk/drivers/edac/mv64x60_edac.c
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ static void get_total_mem(struct mv64x60_mc_pdata *pdata)
if (!np)
return;

reg = get_property(np, "reg", NULL);
reg = of_get_property(np, "reg", NULL);

pdata->total_mem = reg[1];
}
Expand Down

0 comments on commit e5fc978

Please sign in to comment.