提交 eeb32254 编写于 作者: F Fabio Estevam 提交者: Herbert Xu

hwrng: mxc-rnga - Remove unnecessary dev_info message

There is no need to print a message simply saying that a kernel
driver has been registered, so remove it.
Signed-off-by: NFabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
上级 c09e2cc6
...@@ -180,8 +180,6 @@ static int __init mxc_rnga_probe(struct platform_device *pdev) ...@@ -180,8 +180,6 @@ static int __init mxc_rnga_probe(struct platform_device *pdev)
goto err_ioremap; goto err_ioremap;
} }
dev_info(&pdev->dev, "MXC RNGA Registered.\n");
return 0; return 0;
err_ioremap: err_ioremap:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册