Commit 92471353 authored by Richard Zhao's avatar Richard Zhao Committed by Samuel Ortiz

mfd: Matches should be NULL when populate anatop child devices

Signed-off-by: default avatarRichard Zhao <richard.zhao@freescale.com>
Reviewed-by: default avatarYing-Chun Liu (PaulLiu) <paulliu@debian.org>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent ca3b3faf
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment