The patch titled mm/page_alloc: use NULL instead of 0 for ptr has been removed from the -mm tree. Its filename is mm-page_alloc-use-null-instead-of-0-for-ptr.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: mm/page_alloc: use NULL instead of 0 for ptr From: Randy Dunlap <rdunlap@xxxxxxxxxxxx> Use NULL instead of 0 for pointer value, eliminate sparse warnings. Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- mm/page_alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN mm/page_alloc.c~mm-page_alloc-use-null-instead-of-0-for-ptr mm/page_alloc.c --- a/mm/page_alloc.c~mm-page_alloc-use-null-instead-of-0-for-ptr +++ a/mm/page_alloc.c @@ -1591,7 +1591,7 @@ static int __meminit __build_all_zonelis void __meminit build_all_zonelists(void) { if (system_state == SYSTEM_BOOTING) { - __build_all_zonelists(0); + __build_all_zonelists(NULL); cpuset_init_current_mems_allowed(); } else { /* we have to stop all cpus to guaranntee there is no user _ Patches currently in -mm which might be from rdunlap@xxxxxxxxxxxx are origin.patch git-acpi.patch acpi-fix-printk-format-warnings.patch drivers-media-use-null-instead-of-0-for-ptrs.patch git-lxdialog.patch mtd-printk-format-warning.patch pcmcia-ds-must_check-fixes.patch pcie-check-and-return-bus_register-errors-fix.patch git-scsi-misc.patch tiacx-sparse-cleanups.patch kernel-params-must_check-fixes.patch blockdevc-check-errors.patch block-handle-subsystem_register-init-errors.patch fs-namespace-handle-init-registration-errors.patch kernel-doc-for-relay-interface.patch kernel-doc-move-filesystems-together.patch include-documentation-for-functions-in-drivers-base-classc.patch fix-parameter-names-in-drivers-base-classc.patch fix-kerneldoc-comments-in-kernel-timerc-fix.patch cdev-documentation-was-drop-second-arg-of-unregister_chrdev.patch docbook-fix-segfault-in-docprocc.patch doc-fix-kernel-parameters-quiet.patch mention-documenation-abi-requirements-in-documentation-submitchecklist.patch allow-proc-configgz-to-be-built-as-a-module.patch fs-cache-cachefiles-a-cache-that-backs-onto-a-mounted-filesystem-cachefiles-printk-format-warning.patch ecryptfs-fix-printk-format-warnings.patch ide-core-must_check-fixes.patch documentation-fixes-in-intel810txt.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html