ASoC: tlv320aic31xx: Fixed Coding Style Issues
authorShahina Shaik <sharab.shaik@gmail.com>
Fri, 13 Jun 2014 06:26:54 +0000 (11:56 +0530)
committerMark Brown <broonie@linaro.org>
Sun, 22 Jun 2014 11:03:26 +0000 (12:03 +0100)
Fixed coding style issues of "Missing Blank line after declaration"

Signed-off-by: Shahina Shaik <sharab.shaik@gmail.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/codecs/tlv320aic31xx.c

index 23419109ecac10982489fa8b283498dfbea79447..a9c4a8baba88b673a63cf1bae41eefd00885c786 100644 (file)
@@ -329,6 +329,7 @@ static int aic31xx_wait_bits(struct aic31xx_priv *aic31xx, unsigned int reg,
        unsigned int bits;
        int counter = count;
        int ret = regmap_read(aic31xx->regmap, reg, &bits);
+
        while ((bits & mask) != wbits && counter && !ret) {
                usleep_range(sleep, sleep * 2);
                ret = regmap_read(aic31xx->regmap, reg, &bits);
@@ -435,6 +436,7 @@ static int mic_bias_event(struct snd_soc_dapm_widget *w,
 {
        struct snd_soc_codec *codec = w->codec;
        struct aic31xx_priv *aic31xx = snd_soc_codec_get_drvdata(codec);
+
        switch (event) {
        case SND_SOC_DAPM_POST_PMU:
                /* change mic bias voltage to user defined */