Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 70969
b: refs/heads/master
c: 83e83d5
h: refs/heads/master
i:
  70967: 6a146fd
v: v3
  • Loading branch information
Yoann Padioleau authored and Thomas Gleixner committed Oct 17, 2007
1 parent 4e649fd commit 734a198
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: 17d1486a69657a3de1482d1bd4882c3ce1d9cf1e
refs/heads/master: 83e83d546cb1b6e3c566c97de97bd2397e22ab6c
2 changes: 1 addition & 1 deletion trunk/arch/x86/mm/numa_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ early_node_mem(int nodeid, unsigned long start, unsigned long end,
return __va(mem);
ptr = __alloc_bootmem_nopanic(size,
SMP_CACHE_BYTES, __pa(MAX_DMA_ADDRESS));
if (ptr == 0) {
if (ptr == NULL) {
printk(KERN_ERR "Cannot find %lu bytes in node %d\n",
size, nodeid);
return NULL;
Expand Down

0 comments on commit 734a198

Please sign in to comment.