aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2016-08-19 09:31:01 -0400
committerMark Brown <broonie@kernel.org>2016-08-19 10:20:05 -0400
commit32101d00ac85a8a85431ce51e58acd6eb4184cf7 (patch)
tree25f2ba02194381a8503cb9ab7811d87bfaab73fd
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>
-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)
933 return ret; 933 return ret;
934 } 934 }
935 935
936 dev_info(&pdev->dev, "driver registered\n");
937
938 return 0; 936 return 0;
939} 937}
940 938