commit | 7f044b09b68d36811518c55f736a20648e8ed6e2 | [log] [tgz] |
---|---|---|
author | Boris BREZILLON <boris.brezillon@free-electrons.com> | Wed Mar 30 22:03:25 2016 +0200 |
committer | Thierry Reding <thierry.reding@gmail.com> | Tue May 17 14:44:58 2016 +0200 |
tree | 78040e859d1a61bdda2c2ea356ae5049361039ac | |
parent | 3587c260906259632df07652743269627f408d85 [diff] |
backlight: pwm_bl: Remove useless call to pwm_set_period() The PWM period will be set when calling pwm_config. Remove this useless call to pwm_set_period(), which might mess up the internal PWM state. Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> Acked-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Thierry Reding <thierry.reding@gmail.com>