Browse Source

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>
Fabio Estevam 9 years ago
parent
commit
32101d00ac
1 changed files with 0 additions and 2 deletions
  1. 0 2
      sound/soc/fsl/fsl_asrc.c

+ 0 - 2
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;
 }