Both duty_ns and period_ns are stored to, but never read. Drop them. Signed-off-by: Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx> --- drivers/pwm/pxa_pwm.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/drivers/pwm/pxa_pwm.c b/drivers/pwm/pxa_pwm.c index c7130c225ebe..90899fd3c985 100644 --- a/drivers/pwm/pxa_pwm.c +++ b/drivers/pwm/pxa_pwm.c @@ -34,8 +34,6 @@ struct pxa_pwm_chip { struct pwm_chip chip; void __iomem *iobase; int id; - int duty_ns; - int period_ns; }; static struct pxa_pwm_chip *to_pxa_pwm_chip(struct pwm_chip *chip) @@ -72,9 +70,6 @@ static int pxa_pwm_config(struct pwm_chip *chip, int duty_ns, int period_ns) else dc = (pv + 1) * duty_ns / period_ns; - pxa_pwm->duty_ns = duty_ns; - pxa_pwm->period_ns = period_ns; - /* NOTE: the clock to PWM has to be enabled first * before writing to the registers */ -- 2.25.0 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox