[PATCH] s/;;/;/g
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:

committed by
Linus Torvalds

parent
29afd49b72
commit
53b3531bbb
@@ -117,7 +117,7 @@ static int toonie_get_mute_switch(struct snd_kcontrol *kcontrol,
|
||||
gp = &mix->amp_mute_gpio;
|
||||
break;
|
||||
default:
|
||||
return -EINVAL;;
|
||||
return -EINVAL;
|
||||
}
|
||||
ucontrol->value.integer.value[0] = !check_audio_gpio(gp);
|
||||
return 0;
|
||||
@@ -145,7 +145,7 @@ static int toonie_put_mute_switch(struct snd_kcontrol *kcontrol,
|
||||
gp = &mix->amp_mute_gpio;
|
||||
break;
|
||||
default:
|
||||
return -EINVAL;;
|
||||
return -EINVAL;
|
||||
}
|
||||
val = ! check_audio_gpio(gp);
|
||||
if (val != ucontrol->value.integer.value[0]) {
|
||||
|
Reference in New Issue
Block a user