[alsa-devel] [PATCH 3/3] ASoC: fsl_asrc: Remove unneeded driver registration message
Fabio Estevam
fabio.estevam at nxp.com
Fri Aug 19 15:31:01 CEST 2016
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 at 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
More information about the Alsa-devel
mailing list