Add wrapping '\n' for dev_dbg() in fsl_spdif.c

Signed-off-by: Nicolin Chen <b42...@freescale.com>
---
 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 e93dc0d..98741e9 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;
-- 
1.7.1


_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

Reply via email to