Commit 32101d00 authored by Fabio Estevam's avatar Fabio Estevam Committed by Mark Brown

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: default avatarFabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent c0296950
......@@ -933,8 +933,6 @@ static int fsl_asrc_probe(struct platform_device *pdev)
return ret;
}
dev_info(&pdev->dev, "driver registered\n");
return 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment