Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253949
b: refs/heads/master
c: 7553e8f
h: refs/heads/master
i:
  253947: e18bd1c
v: v3
  • Loading branch information
David Rientjes authored and Linus Torvalds committed Jun 23, 2011
1 parent 7c8ab4f commit c15632d
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: b1d7dd80aadb9042e83f9778b484a2f92e0b04d4
refs/heads/master: 7553e8f2d5161a2b7a9b7a9f37be1b77e735552f
2 changes: 1 addition & 1 deletion trunk/mm/memory_hotplug.c
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ int mem_online_node(int nid)

lock_memory_hotplug();
pgdat = hotadd_new_pgdat(nid, 0);
if (pgdat) {
if (!pgdat) {
ret = -ENOMEM;
goto out;
}
Expand Down

0 comments on commit c15632d

Please sign in to comment.