浏览代码

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 年之前
父节点
当前提交
32101d00ac
共有 1 个文件被更改,包括 0 次插入2 次删除
  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;
 }