kernel/drivers/pwm/pwm-iqs620a.c
.. .. @@ -132,6 +132,7 @@ 132 132 mutex_unlock(&iqs620_pwm->lock); 133 133 134 134 state->period = IQS620_PWM_PERIOD_NS; 135 + state->polarity = PWM_POLARITY_NORMAL;135 136 } 136 137 137 138 static int iqs620_pwm_notifier(struct notifier_block *notifier,