diff options
author | Nicolin Chen <b42378@freescale.com> | 2013-08-30 05:38:08 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-08-30 18:01:18 -0400 |
commit | 8a309d71ed9d17ff251b4b891fcef1c72bf625d1 (patch) | |
tree | c8f6aa9228f0519577f1f56494c857b1f6dfc0fe /sound | |
parent | 2f82cdbafd53a01e3a3995a618b650653eed9c1a (diff) |
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, | |||
1071 | break; | 1071 | break; |
1072 | } | 1072 | } |
1073 | 1073 | ||
1074 | dev_dbg(&pdev->dev, "use rxtx%d as tx clock source for %dHz sample rate", | 1074 | dev_dbg(&pdev->dev, "use rxtx%d as tx clock source for %dHz sample rate\n", |
1075 | spdif_priv->txclk_src[index], rate[index]); | 1075 | spdif_priv->txclk_src[index], rate[index]); |
1076 | dev_dbg(&pdev->dev, "use divisor %d for %dHz sample rate", | 1076 | dev_dbg(&pdev->dev, "use divisor %d for %dHz sample rate\n", |
1077 | spdif_priv->txclk_div[index], rate[index]); | 1077 | spdif_priv->txclk_div[index], rate[index]); |
1078 | 1078 | ||
1079 | return 0; | 1079 | return 0; |