提交 92471353 编写于 作者: R Richard Zhao 提交者: Samuel Ortiz

mfd: Matches should be NULL when populate anatop child devices

Signed-off-by: NRichard Zhao <richard.zhao@freescale.com>
Reviewed-by: NYing-Chun Liu (PaulLiu) <paulliu@debian.org>
Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册