ASoC: rsnd: remove useless debug message

This patch removes useless debug message. especially some kind of
"probed" message will be printed from core.c if it has #define DEBUG

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Kuninori Morimoto
2015-03-26 04:02:32 +00:00
committad av Mark Brown
förälder f8d04e7d91
incheckning b543b52a44
6 ändrade filer med 2 tillägg och 70 borttagningar

Visa fil

@@ -434,7 +434,5 @@ int rsnd_adg_probe(struct platform_device *pdev,
priv->adg = adg;
dev_dbg(dev, "adg probed\n");
return 0;
}