]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ASoC: samsung: Remove extra blank lines
authorCalin Cruceru <calin@rosedu.org>
Sat, 25 Feb 2017 10:11:11 +0000 (12:11 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 7 Mar 2017 14:17:49 +0000 (15:17 +0100)
This was reported by checkpatch.pl

Signed-off-by: Calin Cruceru <calin@rosedu.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/samsung/bells.c
sound/soc/samsung/i2s-regs.h
sound/soc/samsung/i2s.c
sound/soc/samsung/s3c-i2s-v2.c

index 3dd246fa0059db268bb5d035829c85f78315f65e..34deba461ae18b7218b55fb78709da5886ea4974 100644 (file)
@@ -446,7 +446,6 @@ static struct snd_soc_card bells_cards[] = {
        },
 };
 
-
 static int bells_probe(struct platform_device *pdev)
 {
        int ret;
index 9170c311d66e6f217a522b77eb45ec502ac4175c..fe69140054944c230c0b5197dc3d18b4c02dab58 100644 (file)
 #define I2SSIZE_SHIFT          (16)
 
 #endif /* __SND_SOC_SAMSUNG_I2S_REGS_H */
-
-
index 52a47ed292a4739d485c40a977099b186a649281..af3ba4d4ccc58106e5c42d89d1a2ffe631959157 100644 (file)
@@ -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");
index 644f186fd35c4b62a5fa016407385352ae10d066..8f42deaa184be0a759cf226958cc7904bd311270 100644 (file)
@@ -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)
 {