ar71xx: merge nand scan patch
SVN-Revision: 29122
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user