mtd: do not use plain 0 as NULL
[deliverable/linux.git] / drivers / mtd / nand / h1910.c
index 5dc6f0d92f1af7be563fd269b70ee505b0a08b9c..11e487813428735082ce544ace9d150345ef68d1 100644 (file)
@@ -135,8 +135,8 @@ static int __init h1910_init(void)
        }
 
        /* Register the partitions */
-       mtd_device_parse_register(h1910_nand_mtd, NULL, 0,
-                       partition_info, NUM_PARTITIONS);
+       mtd_device_parse_register(h1910_nand_mtd, NULL, NULL, partition_info,
+                                 NUM_PARTITIONS);
 
        /* Return happy */
        return 0;
This page took 0.026429 seconds and 5 git commands to generate.