aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/s3c24xx
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2010-02-01 23:22:16 -0800
committerMark Brown <broonie@opensource.wolfsonmicro.com>2010-02-02 11:41:47 +0000
commit59cdd9bc057a54384a7838231dd2672a89dff2ac (patch)
treed0d95deb1ab64ad4b15b796feec0233b55da5000 /sound/soc/s3c24xx
parentASoC: Fix BCLK calculation of WM8994 (diff)
downloadlinux-dev-59cdd9bc057a54384a7838231dd2672a89dff2ac.tar.xz
linux-dev-59cdd9bc057a54384a7838231dd2672a89dff2ac.zip
ASoC: Fix continuation line formats
String constants that are continued on subsequent lines with \ are not good. Signed-off-by: Joe Perches <joe@perches.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/s3c24xx')
-rw-r--r--sound/soc/s3c24xx/s3c-pcm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/soc/s3c24xx/s3c-pcm.c b/sound/soc/s3c24xx/s3c-pcm.c
index 9e61a7c2d9ac..a98f40c3cd29 100644
--- a/sound/soc/s3c24xx/s3c-pcm.c
+++ b/sound/soc/s3c24xx/s3c-pcm.c
@@ -229,8 +229,7 @@ static int s3c_pcm_hw_params(struct snd_pcm_substream *substream,
spin_unlock_irqrestore(&pcm->lock, flags);
- dev_dbg(pcm->dev, "PCMSOURCE_CLK-%lu SCLK=%ufs \
- SCLK_DIV=%d SYNC_DIV=%d\n",
+ dev_dbg(pcm->dev, "PCMSOURCE_CLK-%lu SCLK=%ufs SCLK_DIV=%d SYNC_DIV=%d\n",
clk_get_rate(clk), pcm->sclk_per_fs,
sclk_div, sync_div);