ASoC: rsnd: tidyup debug message format and timing
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 10 Nov 2014 04:00:30 +0000 (20:00 -0800)
committerMark Brown <broonie@kernel.org>
Mon, 10 Nov 2014 14:52:38 +0000 (14:52 +0000)
commit30cc4faf703955cd5cd07da489bd817ae43e3fec
treea6da72b19cd1146e8d078a3a1bdc223bb6a2e635
parent018342976ce971944dd4d9309f75e86382079a2b
ASoC: rsnd: tidyup debug message format and timing

Current Renesas R-Car sound driver debug message
is using random format
(ex "ssi0: xxx" / "SSI0 xxx" / "ssi[0]: xxx")
and confusable timing
("xxx probe failed" and "xxx probed" are shown in same time)
This patch fixes these

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sh/rcar/core.c
sound/soc/sh/rcar/dvc.c
sound/soc/sh/rcar/gen.c
sound/soc/sh/rcar/src.c
sound/soc/sh/rcar/ssi.c