ARM: OMAP2+: Don't configure of chip-select options in gpmc_cs_configure()
[deliverable/linux.git] / arch / arm / mach-omap2 / gpmc-nand.c
index 75feb9558b6d59ddfec60a700eb9994b07c6f2ae..12e9753f5ad9c1b0325c78ade1a456a44fed5cc4 100644 (file)
@@ -154,7 +154,7 @@ int gpmc_nand_init(struct omap_nand_platform_data *gpmc_nand_data,
                if (err < 0)
                        goto out_free_cs;
 
-               err = gpmc_cs_configure(gpmc_nand_data->cs, GPMC_CONFIG_WP, 0);
+               err = gpmc_configure(GPMC_CONFIG_WP, 0);
                if (err < 0)
                        goto out_free_cs;
        }
This page took 0.037294 seconds and 5 git commands to generate.