Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ASoC: rsnd: use same debug message format on clkout

This patch follows clkin debug message style on clkout.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/871qna6t77.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Kuninori Morimoto and committed by
Mark Brown
3e262e95 6d612f67

+2 -2
+2 -2
sound/soc/sh/rcar/adg.c
··· 661 661 * by BRGCKR::BRGCKR_31 662 662 */ 663 663 for_each_rsnd_clkout(clk, adg, i) 664 - dbg_msg(dev, m, "clkout %d : %pa : %ld\n", i, 665 - clk, clk_get_rate(clk)); 664 + dbg_msg(dev, m, "%-18s : %pa : %ld\n", 665 + __clk_get_name(clk), clk, clk_get_rate(clk)); 666 666 } 667 667 #else 668 668 #define rsnd_adg_clk_dbg_info(priv, m)