diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2016-08-19 16:31:01 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-08-19 17:20:05 +0300 |
commit | 32101d00ac85a8a85431ce51e58acd6eb4184cf7 (patch) | |
tree | 25f2ba02194381a8503cb9ab7811d87bfaab73fd /sound/soc/fsl | |
parent | c029695085145570eba12b6cf236954b42eb4fd5 (diff) | |
download | linux-32101d00ac85a8a85431ce51e58acd6eb4184cf7.tar.xz |
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')
-rw-r--r-- | sound/soc/fsl/fsl_asrc.c | 2 |
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; } |