ASoC: fsl_asrc: Remove unneeded driver registration message
authorFabio Estevam <fabio.estevam@nxp.com>
Fri, 19 Aug 2016 13:31:01 +0000 (10:31 -0300)
committerMark Brown <broonie@kernel.org>
Fri, 19 Aug 2016 14:20:05 +0000 (15:20 +0100)
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>
sound/soc/fsl/fsl_asrc.c

index 15f8ba5..317e93a 100644 (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;
 }