diff options
Diffstat (limited to 'drivers/pwm/pwm-atmel-tcb.c')
-rw-r--r-- | drivers/pwm/pwm-atmel-tcb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pwm/pwm-atmel-tcb.c b/drivers/pwm/pwm-atmel-tcb.c index d14e0677c92d..6da01b3bf6f4 100644 --- a/drivers/pwm/pwm-atmel-tcb.c +++ b/drivers/pwm/pwm-atmel-tcb.c | |||
@@ -347,7 +347,7 @@ static int atmel_tcb_pwm_config(struct pwm_chip *chip, struct pwm_device *pwm, | |||
347 | tcbpwm->duty = duty; | 347 | tcbpwm->duty = duty; |
348 | 348 | ||
349 | /* If the PWM is enabled, call enable to apply the new conf */ | 349 | /* If the PWM is enabled, call enable to apply the new conf */ |
350 | if (test_bit(PWMF_ENABLED, &pwm->flags)) | 350 | if (pwm_is_enabled(pwm)) |
351 | atmel_tcb_pwm_enable(chip, pwm); | 351 | atmel_tcb_pwm_enable(chip, pwm); |
352 | 352 | ||
353 | return 0; | 353 | return 0; |