dect
/
linux-2.6
Archived
13
0
Fork 0

mfd: Matches should be NULL when populate anatop child devices

Signed-off-by: Richard Zhao <richard.zhao@freescale.com>
Reviewed-by: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
Richard Zhao 2012-07-16 16:55:57 +08:00 committed by Samuel Ortiz
parent ca3b3faf9b
commit 9247135397
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ static int __devinit of_anatop_probe(struct platform_device *pdev)
drvdata->ioreg = ioreg;
spin_lock_init(&drvdata->reglock);
platform_set_drvdata(pdev, drvdata);
of_platform_populate(np, of_anatop_match, NULL, dev);
of_platform_populate(np, NULL, NULL, dev);
return 0;
}