diff options
Diffstat (limited to 'drivers/pwm/pwm-imx27.c')
| -rw-r--r-- | drivers/pwm/pwm-imx27.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/pwm/pwm-imx27.c b/drivers/pwm/pwm-imx27.c index 35a7ac42269c..7e5ed0152977 100644 --- a/drivers/pwm/pwm-imx27.c +++ b/drivers/pwm/pwm-imx27.c @@ -289,7 +289,7 @@ static int pwm_imx27_apply(struct pwm_chip *chip, struct pwm_device *pwm,  	writel(cr, imx->mmio_base + MX3_PWMCR); -	if (!state->enabled && cstate.enabled) +	if (!state->enabled)  		pwm_imx27_clk_disable_unprepare(chip);  	return 0; | 
