ar71xx: merge nand scan patch
[openwrt/staging/hauke.git] / target / linux / ar71xx / files / drivers / mtd / nand / rb750_nand.c
index 07bf8e1299438e461d5f908ef538c3960e6c597b..831df14ec85aa9c117ab1eb68884af23cbf93116 100644 (file)
@@ -287,7 +287,7 @@ static int __init rb750_nand_probe(struct platform_device *pdev)
 
        platform_set_drvdata(pdev, info);
 
-       ret = nand_scan_ident(&info->mtd, 1);
+       ret = nand_scan_ident(&info->mtd, 1, NULL);
        if (ret) {
                ret = -ENXIO;
                goto err_free_info;