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

Commit 114ab993 authored by Calin Cruceru's avatar Calin Cruceru Committed by Mark Brown
Browse files

ASoC: samsung: Remove extra blank lines



This was reported by checkpatch.pl

Signed-off-by: default avatarCalin Cruceru <calin@rosedu.org>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent c1ae3cfa
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -446,7 +446,6 @@ static struct snd_soc_card bells_cards[] = {
	},
};


static int bells_probe(struct platform_device *pdev)
{
	int ret;
+0 −2
Original line number Diff line number Diff line
@@ -160,5 +160,3 @@
#define I2SSIZE_SHIFT		(16)

#endif /* __SND_SOC_SAMSUNG_I2S_REGS_H */

+0 −1
Original line number Diff line number Diff line
@@ -1242,7 +1242,6 @@ static int samsung_i2s_probe(struct platform_device *pdev)
		i2s_dai_data = (struct samsung_i2s_dai_data *)
				platform_get_device_id(pdev)->driver_data;


	pri_dai = i2s_alloc_dai(pdev, false);
	if (!pri_dai) {
		dev_err(&pdev->dev, "Unable to alloc I2S_pri\n");
+0 −1
Original line number Diff line number Diff line
@@ -72,7 +72,6 @@ static inline void dbg_showcon(const char *fn, u32 con)
}
#endif


/* Turn on or off the transmission path. */
static void s3c2412_snd_txctrl(struct s3c_i2sv2_info *i2s, int on)
{