hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/pwm/pwm-iqs620a.c
....@@ -132,6 +132,7 @@
132132 mutex_unlock(&iqs620_pwm->lock);
133133
134134 state->period = IQS620_PWM_PERIOD_NS;
135
+ state->polarity = PWM_POLARITY_NORMAL;
135136 }
136137
137138 static int iqs620_pwm_notifier(struct notifier_block *notifier,