diff options
author | Codrut Grosu <codrut.cristian.grosu@gmail.com> | 2017-02-25 22:59:33 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-03-07 16:31:51 +0300 |
commit | adbdba3fa1b618376363db317324c69d8ce5659c (patch) | |
tree | d2cef0cd1b7845637c7f9c79155f44d025b68d40 /sound/soc/sirf/sirf-audio.c | |
parent | c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201 (diff) | |
download | linux-adbdba3fa1b618376363db317324c69d8ce5659c.tar.xz |
ASoC: sirf: Added blank line after declarations
This was reported by checkpatch.pl
Signed-off-by: Codrut GROSU <codrut.cristian.grosu@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sirf/sirf-audio.c')
-rw-r--r-- | sound/soc/sirf/sirf-audio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/sirf/sirf-audio.c b/sound/soc/sirf/sirf-audio.c index 94ea152e0362..f2bc50790f76 100644 --- a/sound/soc/sirf/sirf-audio.c +++ b/sound/soc/sirf/sirf-audio.c @@ -27,6 +27,7 @@ static int sirf_audio_hp_event(struct snd_soc_dapm_widget *w, struct snd_soc_card *card = dapm->card; struct sirf_audio_card *sirf_audio_card = snd_soc_card_get_drvdata(card); int on = !SND_SOC_DAPM_EVENT_OFF(event); + if (gpio_is_valid(sirf_audio_card->gpio_hp_pa)) gpio_set_value(sirf_audio_card->gpio_hp_pa, on); return 0; |