]> Git Repo - linux.git/commitdiff
ASoC: ux500: Added blank line after declarations
authorCodrut Grosu <[email protected]>
Sat, 25 Feb 2017 19:50:21 +0000 (21:50 +0200)
committerMark Brown <[email protected]>
Tue, 7 Mar 2017 13:31:27 +0000 (14:31 +0100)
This was reported by checkpatch.pl

Signed-off-by: Codrut GROSU <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
sound/soc/ux500/ux500_msp_dai.c

index 36e9bb2bd634f23dce4de3399ae3b25c2fba6a94..ec5152aa3f6ed2a9b1eeeea37b967d1d689d2dad 100644 (file)
@@ -133,6 +133,7 @@ static int setup_pcm_framing(struct snd_soc_dai *dai, unsigned int rate,
        struct ux500_msp_i2s_drvdata *drvdata = dev_get_drvdata(dai->dev);
 
        u32 frame_length = MSP_FRAME_LEN_1;
+
        prot_desc->frame_width = 0;
 
        switch (drvdata->slots) {
This page took 0.064526 seconds and 4 git commands to generate.