]> Pileus Git - ~andy/linux/blobdiff - drivers/mtd/nand/atmel_nand.c
Merge branch 'for-2.6.35' into for-2.6.36
[~andy/linux] / drivers / mtd / nand / atmel_nand.c
index 524e6c9e0672a2b800a91d4858269cc4f4e745b7..04d30887ca7f17580ae0fe9144fb1c7fe676c9c5 100644 (file)
@@ -474,7 +474,7 @@ static int __init atmel_nand_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)) {
                res = -ENXIO;
                goto err_scan_ident;
        }