Input: pwm-beeper - remove useless call to pwm_config()
[pandora-kernel.git] / drivers / input / misc / pwm-beeper.c
index 57c294f..9acbc55 100644 (file)
@@ -49,7 +49,6 @@ static int pwm_beeper_event(struct input_dev *input,
        }
 
        if (value == 0) {
-               pwm_config(beeper->pwm, 0, 0);
                pwm_disable(beeper->pwm);
        } else {
                period = HZ_TO_NANOSECONDS(value);