mtd: do not use plain 0 as NULL
[cascardo/linux.git] / drivers / mtd / nand / cs553x_nand.c
index 414afa7..e2b7c9e 100644 (file)
@@ -313,7 +313,7 @@ static int __init cs553x_init(void)
        for (i = 0; i < NR_CS553X_CONTROLLERS; i++) {
                if (cs553x_mtd[i]) {
                        /* If any devices registered, return success. Else the last error. */
-                       mtd_device_parse_register(cs553x_mtd[i], NULL, 0,
+                       mtd_device_parse_register(cs553x_mtd[i], NULL, NULL,
                                                  NULL, 0);
                        err = 0;
                }