[PATCH] s/;;/;/g
[deliverable/linux.git] / sound / ppc / toonie.c
index 210be20dc27e41fa1bbdedb225462e1ac0702c40..4e595172e42387d6bffee7593048cdd61e200c73 100644 (file)
@@ -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]) {
This page took 0.024609 seconds and 5 git commands to generate.