Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 98455ed5 authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Mark Brown
Browse files

ASoC: rsnd: remove verbose debug message from scu/ssi



scu/ssi probe() already have more detail debug message.

Signed-off-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent 5da39cf3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -663,7 +663,6 @@ int rsnd_scu_probe(struct platform_device *pdev,

		dev_dbg(dev, "SCU%d probed\n", i);
	}
	dev_dbg(dev, "scu probed\n");

	return 0;
}
+0 −2
Original line number Diff line number Diff line
@@ -589,8 +589,6 @@ int rsnd_ssi_probe(struct platform_device *pdev,
		rsnd_ssi_parent_clk_setup(priv, ssi);
	}

	dev_dbg(dev, "ssi probed\n");

	return 0;
}