]> Pileus Git - ~andy/linux/blobdiff - drivers/mtd/maps/solutionengine.c
mtd: do not use plain 0 as NULL
[~andy/linux] / drivers / mtd / maps / solutionengine.c
index 496c40704aff6567dcd7546b0cb9c87742222263..9d900ada67084535daa04aa5dd1effb7d9053857 100644 (file)
@@ -92,8 +92,8 @@ static int __init init_soleng_maps(void)
                mtd_device_register(eprom_mtd, NULL, 0);
        }
 
-       mtd_device_parse_register(flash_mtd, probes, 0,
-                       superh_se_partitions, NUM_PARTITIONS);
+       mtd_device_parse_register(flash_mtd, probes, NULL,
+                                 superh_se_partitions, NUM_PARTITIONS);
 
        return 0;
 }