summaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random
diff options
context:
space:
mode:
authorFabio Estevam2015-09-13 01:19:52 +0200
committerHerbert Xu2015-09-21 16:00:39 +0200
commiteeb322540987d42a480cf8516fb88cda46347882 (patch)
treeed7fcf827df065c9be993c607b44a6e4f9e04208 /drivers/char/hw_random
parenthwrng: mxc-rnga - Remove uneeded initialization (diff)
downloadkernel-qcow2-linux-eeb322540987d42a480cf8516fb88cda46347882.tar.gz
kernel-qcow2-linux-eeb322540987d42a480cf8516fb88cda46347882.tar.xz
kernel-qcow2-linux-eeb322540987d42a480cf8516fb88cda46347882.zip
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: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/char/hw_random')
-rw-r--r--drivers/char/hw_random/mxc-rnga.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/char/hw_random/mxc-rnga.c b/drivers/char/hw_random/mxc-rnga.c
index c7380b80c344..ed2e3ef9f347 100644
--- a/drivers/char/hw_random/mxc-rnga.c
+++ b/drivers/char/hw_random/mxc-rnga.c
@@ -180,8 +180,6 @@ static int __init mxc_rnga_probe(struct platform_device *pdev)
goto err_ioremap;
}
- dev_info(&pdev->dev, "MXC RNGA Registered.\n");
-
return 0;
err_ioremap: