aboutsummaryrefslogtreecommitdiffstats
path: root/xen-2.4.16/common/page_alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'xen-2.4.16/common/page_alloc.c')
-rw-r--r--xen-2.4.16/common/page_alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen-2.4.16/common/page_alloc.c b/xen-2.4.16/common/page_alloc.c
index 72785c8a35..48966e2acc 100644
--- a/xen-2.4.16/common/page_alloc.c
+++ b/xen-2.4.16/common/page_alloc.c
@@ -188,7 +188,7 @@ unsigned long __get_free_pages(int mask, int order)
if ( i == FREELIST_SIZE )
{
printk("Cannot handle page request order %d!\n", order);
- return NULL;
+ return 0;
}
/* Unlink a chunk. */