diff options
Diffstat (limited to 'drivers/pwm/pwm-pxa.c')
| -rw-r--r-- | drivers/pwm/pwm-pxa.c | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/drivers/pwm/pwm-pxa.c b/drivers/pwm/pwm-pxa.c index bd5867a1c700..260c3a88564d 100644 --- a/drivers/pwm/pwm-pxa.c +++ b/drivers/pwm/pwm-pxa.c @@ -70,9 +70,6 @@ static int pxa_pwm_config(struct pwm_chip *chip, struct pwm_device *pwm,  	unsigned long offset;  	int rc; -	if (period_ns == 0 || duty_ns > period_ns) -		return -EINVAL; -  	offset = pwm->hwpwm ? 0x10 : 0;  	c = clk_get_rate(pc->clk); | 
