Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 59cdd9bc authored by Joe Perches's avatar Joe Perches Committed by Mark Brown
Browse files

ASoC: Fix continuation line formats



String constants that are continued on subsequent lines with \
are not good.

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Acked-by: default avatarLiam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 07cd8ada
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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);