1
0
Fork 0

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>
steinar/wifi_calib_4_9_kernel
Fabio Estevam 2016-08-19 10:31:01 -03:00 committed by Mark Brown
parent c029695085
commit 32101d00ac
1 changed files with 0 additions and 2 deletions

View File

@ -933,8 +933,6 @@ static int fsl_asrc_probe(struct platform_device *pdev)
return ret;
}
dev_info(&pdev->dev, "driver registered\n");
return 0;
}