diff options
author | Nicolin Chen <b42378@freescale.com> | 2013-08-30 13:38:08 +0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-08-31 02:01:18 +0400 |
commit | 8a309d71ed9d17ff251b4b891fcef1c72bf625d1 (patch) | |
tree | c8f6aa9228f0519577f1f56494c857b1f6dfc0fe /sound | |
parent | 2f82cdbafd53a01e3a3995a618b650653eed9c1a (diff) | |
download | linux-8a309d71ed9d17ff251b4b891fcef1c72bf625d1.tar.xz |
ASoC: fsl: Add wrapping for dev_dbg() in fsl_spdif.c
Add wrapping '\n' for dev_dbg() in fsl_spdif.c
Signed-off-by: Nicolin Chen <b42378@freescale.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/fsl/fsl_spdif.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/fsl/fsl_spdif.c b/sound/soc/fsl/fsl_spdif.c index e93dc0dfb0d9..98741e96f77a 100644 --- a/sound/soc/fsl/fsl_spdif.c +++ b/sound/soc/fsl/fsl_spdif.c @@ -1071,9 +1071,9 @@ static int fsl_spdif_probe_txclk(struct fsl_spdif_priv *spdif_priv, break; } - dev_dbg(&pdev->dev, "use rxtx%d as tx clock source for %dHz sample rate", + dev_dbg(&pdev->dev, "use rxtx%d as tx clock source for %dHz sample rate\n", spdif_priv->txclk_src[index], rate[index]); - dev_dbg(&pdev->dev, "use divisor %d for %dHz sample rate", + dev_dbg(&pdev->dev, "use divisor %d for %dHz sample rate\n", spdif_priv->txclk_div[index], rate[index]); return 0; |