This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / kernel / power / pmdisk.c
index 318bfb9..d4c20e0 100644 (file)
@@ -953,7 +953,7 @@ static const char * __init sanity_check(void)
                return "machine";
        if(pmdisk_info.cpus != num_online_cpus())
                return "number of cpus";
-       return NULL;
+       return 0;
 }