mtd: do not use plain 0 as NULL
[deliverable/linux.git] / drivers / mtd / nand / cs553x_nand.c
index 414afa7935637522709f6273f2df9930a1170a6a..e2b7c9e4c5c2cb677b670cca433324919d79d8a3 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;
                }
This page took 0.02557 seconds and 5 git commands to generate.