video: rockchip: vpu: add rk3368 support
[firefly-linux-kernel-4.4.55.git] / drivers / pwm / pwm-lpc18xx-sct.c
index 9163085101bc947b4f4cb8ff2d5ae7a9b8452375..52aba84a784e8aee9797b8470c87858dcb64f68c 100644 (file)
@@ -249,7 +249,7 @@ static int lpc18xx_pwm_enable(struct pwm_chip *chip, struct pwm_device *pwm)
                           LPC18XX_PWM_EVSTATEMSK(lpc18xx_data->duty_event),
                           LPC18XX_PWM_EVSTATEMSK_ALL);
 
-       if (pwm->polarity == PWM_POLARITY_NORMAL) {
+       if (pwm_get_polarity(pwm) == PWM_POLARITY_NORMAL) {
                set_event = lpc18xx_pwm->period_event;
                clear_event = lpc18xx_data->duty_event;
                res_action = LPC18XX_PWM_RES_SET;