]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/mtd/nand/fsl_elbc_nand.c
mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident()
[net-next-2.6.git] / drivers / mtd / nand / fsl_elbc_nand.c
index 1b8328fbb9dc0178bde5407ffb8c2ebd5557d181..3f38fb8e66668c37f36a86d29fb7c08766e752e6 100644 (file)
@@ -891,7 +891,7 @@ static int __devinit fsl_elbc_chip_probe(struct fsl_elbc_ctrl *ctrl,
        if (ret)
                goto err;
 
-       ret = nand_scan_ident(&priv->mtd, 1);
+       ret = nand_scan_ident(&priv->mtd, 1, NULL);
        if (ret)
                goto err;