ar71xx: merge nand scan patch

SVN-Revision: 29122
This commit is contained in:
Gabor Juhos
2011-11-14 17:43:10 +00:00
parent 3b0870f450
commit 62a7795afd
3 changed files with 2 additions and 24 deletions

View File

@@ -223,7 +223,7 @@ static int __init rb4xx_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;