]> Git Repo - linux.git/blobdiff - drivers/pwm/pwm-stm32.c
drm/nouveau/kms: Don't change EDID when it hasn't actually changed
[linux.git] / drivers / pwm / pwm-stm32.c
index 7ff48c14fae806f4ae8f003a35f1ba6797021203..d3be944f2ae96dbf3313ec593956ca440f1eb8c3 100644 (file)
@@ -377,9 +377,7 @@ static int stm32_pwm_config(struct stm32_pwm *priv, int ch,
        else
                regmap_update_bits(priv->regmap, TIM_CCMR2, mask, ccmr);
 
-       regmap_update_bits(priv->regmap, TIM_BDTR,
-                          TIM_BDTR_MOE | TIM_BDTR_AOE,
-                          TIM_BDTR_MOE | TIM_BDTR_AOE);
+       regmap_update_bits(priv->regmap, TIM_BDTR, TIM_BDTR_MOE, TIM_BDTR_MOE);
 
        return 0;
 }
This page took 0.03404 seconds and 4 git commands to generate.