]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ASoC: Fix continuation line formats
authorJoe Perches <joe@perches.com>
Tue, 2 Feb 2010 07:22:16 +0000 (23:22 -0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 2 Feb 2010 11:41:47 +0000 (11:41 +0000)
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>
sound/soc/s3c24xx/s3c-pcm.c

index 9e61a7c2d9ace6680f40ffb2fa221c0a06c30a60..a98f40c3cd291eea98e9a4b9778d5cc5a910c401 100644 (file)
@@ -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);