From: Andrew Gabbasov Date: Thu, 5 Jul 2018 02:20:04 +0000 (+0900) Subject: ASoC: rsnd: cmd: Add missing newline to debug message X-Git-Tag: v4.19~92^2~2^2~186 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=74b37e299f038c910dc728d736e3f071ba0ead2a;p=platform%2Fkernel%2Flinux-rpi.git ASoC: rsnd: cmd: Add missing newline to debug message To comply with the style of all kernel messages, add newline to the end of every message. Fixes: 70fb10529f61 ("ASoC: rsnd: add MIX (Mixer) support") Signed-off-by: Andrew Gabbasov Signed-off-by: Jiada Wang Acked-by: Kuninori Morimoto Signed-off-by: Mark Brown --- diff --git a/sound/soc/sh/rcar/cmd.c b/sound/soc/sh/rcar/cmd.c index d8043ad..cc191cd 100644 --- a/sound/soc/sh/rcar/cmd.c +++ b/sound/soc/sh/rcar/cmd.c @@ -86,7 +86,7 @@ static int rsnd_cmd_init(struct rsnd_mod *mod, cmd_case[rsnd_mod_id(src)] << 16; } - dev_dbg(dev, "ctu/mix path = 0x%08x", data); + dev_dbg(dev, "ctu/mix path = 0x%08x\n", data); rsnd_mod_write(mod, CMD_ROUTE_SLCT, data); rsnd_mod_write(mod, CMD_BUSIF_MODE, rsnd_get_busif_shift(io, mod) | 1);