summaryrefslogtreecommitdiff
path: root/sound/soc/fsl/fsl_asrc.c
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2016-08-19 10:31:01 -0300
committerMark Brown <broonie@kernel.org>2016-08-19 15:20:05 +0100
commit32101d00ac85a8a85431ce51e58acd6eb4184cf7 (patch)
tree25f2ba02194381a8503cb9ab7811d87bfaab73fd /sound/soc/fsl/fsl_asrc.c
parentc029695085145570eba12b6cf236954b42eb4fd5 (diff)
ASoC: fsl_asrc: Remove unneeded driver registration message
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> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/fsl/fsl_asrc.c')
-rw-r--r--sound/soc/fsl/fsl_asrc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/fsl/fsl_asrc.c b/sound/soc/fsl/fsl_asrc.c
index 15f8ba5c5180..317e93aadfd2 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;
}