From: Fabio Estevam Date: Fri, 19 Aug 2016 13:31:01 +0000 (-0300) Subject: ASoC: fsl_asrc: Remove unneeded driver registration message X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=32101d00ac85a8a85431ce51e58acd6eb4184cf7;p=linux-beck.git 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 Signed-off-by: Mark Brown --- 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; }