Skip to content

Commit

Permalink
ASoC: rsnd: cmd: Add missing newline to debug message
Browse files Browse the repository at this point in the history
To comply with the style of all kernel messages, add newline
to the end of every message.

Fixes: 70fb105 ("ASoC: rsnd: add MIX (Mixer) support")
Signed-off-by: Andrew Gabbasov <andrew_gabbasov@mentor.com>
Signed-off-by: Jiada Wang <jiada_wang@mentor.com>
Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Andrew Gabbasov authored and Mark Brown committed Jul 5, 2018
1 parent b999a7a commit 74b37e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/sh/rcar/cmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 74b37e2

Please sign in to comment.