]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: bcm2835-audio: remove extra blank line
authorAishwarya Pant <aishpant@gmail.com>
Thu, 2 Mar 2017 18:57:11 +0000 (00:27 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 6 Mar 2017 13:12:31 +0000 (14:12 +0100)
Fix the warning: Blank lines aren't necessary after an open brace
'{' issued by checkpatch on bcm2835-ctl.c

Signed-off-by: Aishwarya Pant <aishpant@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vc04_services/bcm2835-audio/bcm2835-ctl.c

index 80b20629a44b0e60c6a0f7cf57ad37b867bd3b49..46814fd39b04941e8f629f9d3a4867a54d30009b 100644 (file)
@@ -123,7 +123,6 @@ static int snd_bcm2835_ctl_put(struct snd_kcontrol *kcontrol,
                        goto unlock;
                }
                if (changed || (ucontrol->value.integer.value[0] != chip2alsa(chip->volume))) {
-
                        chip->volume = alsa2chip(ucontrol->value.integer.value[0]);
                        changed = 1;
                }