From 09073cf965cdea2a914d86c6ffb5fe2eae266cf8 Mon Sep 17 00:00:00 2001 From: mattis fjallstrom Date: Mon, 1 Jun 2015 19:10:13 -0700 Subject: Fixed output statement where variable would be used uninitialized. Change-Id: Icb0acb239a554cfa15b95c5f9a17f26e82e8c4e5 --- sound/soc/omap/omap3h1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/omap/omap3h1.c b/sound/soc/omap/omap3h1.c index 179c53d4655..108d104502d 100644 --- a/sound/soc/omap/omap3h1.c +++ b/sound/soc/omap/omap3h1.c @@ -46,7 +46,7 @@ static int omap3h1_hw_params(struct snd_pcm_substream *substream, //freq = 256 * params_rate(params); // We are triggering from the 96 MHz FSCK - pr_info("ASoc OMAP3H1: setting system clock to: %d", freq); + pr_info("ASoc OMAP3H1: setting according to system clock\n"); ret = snd_soc_dai_set_sysclk(cpu_dai, OMAP_MCBSP_SYSCLK_CLKS_FCLK, 96000000, SND_SOC_CLOCK_OUT); if (ret < 0) { -- cgit v1.2.3-70-g09d2