mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident()
[deliverable/linux.git] / drivers / mtd / nand / mxc_nand.c
index 06cc378196b5806e04779906bd78b31e35679af1..474a09e53131b98fa91a92c627a33620911c22ab 100644 (file)
@@ -819,7 +819,7 @@ static int __init mxcnd_probe(struct platform_device *pdev)
        }
 
        /* first scan to find the device and get the page size */
-       if (nand_scan_ident(mtd, 1)) {
+       if (nand_scan_ident(mtd, 1, NULL)) {
                err = -ENXIO;
                goto escan;
        }
This page took 0.024734 seconds and 5 git commands to generate.