19 Aug
2016
19 Aug
'16
3:31 p.m.
There is no need to announce that the driver has been successfully probed, so remove the unneeded message.
Signed-off-by: Fabio Estevam fabio.estevam@nxp.com --- sound/soc/fsl/fsl_asrc.c | 2 -- 1 file changed, 2 deletions(-)
diff --git a/sound/soc/fsl/fsl_asrc.c b/sound/soc/fsl/fsl_asrc.c index a37339a..b7157ce 100644 --- a/sound/soc/fsl/fsl_asrc.c +++ b/sound/soc/fsl/fsl_asrc.c @@ -933,8 +933,6 @@ static int fsl_asrc_probe(struct platform_device *pdev) return ret; }
- dev_info(&pdev->dev, "driver registered\n"); - return 0; }
--
1.9.1