Skip to content

Commit

Permalink
ASoC: Fix continuation line formats
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Joe Perches authored and Mark Brown committed Feb 2, 2010
1 parent 07cd8ad commit 59cdd9b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sound/soc/s3c24xx/s3c-pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 59cdd9b

Please sign in to comment.