Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138525
b: refs/heads/master
c: 9146cfc
h: refs/heads/master
i:
  138523: 802cbee
v: v3
  • Loading branch information
Geoff Levand authored and Benjamin Herrenschmidt committed Mar 11, 2009
1 parent 29adc2b commit 4d108b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: c9c38320e80aea06f1b5541a20be8bda508691e3
refs/heads/master: 9146cfc82c082e5c88007e7779b02b7bcade0cf0
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/platforms/ps3/mm.c
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ static int __init ps3_mm_add_memory(void)
result = add_memory(0, start_addr, map.r1.size);

if (result) {
DBG("%s:%d: add_memory failed: (%d)\n",
pr_err("%s:%d: add_memory failed: (%d)\n",
__func__, __LINE__, result);
return result;
}
Expand All @@ -322,7 +322,7 @@ static int __init ps3_mm_add_memory(void)
result = online_pages(start_pfn, nr_pages);

if (result)
DBG("%s:%d: online_pages failed: (%d)\n",
pr_err("%s:%d: online_pages failed: (%d)\n",
__func__, __LINE__, result);

return result;
Expand Down

0 comments on commit 4d108b6

Please sign in to comment.