regulator: pwm: Properly initialize the ->state field
authorBoris Brezillon <boris.brezillon@free-electrons.com>
Tue, 14 Jun 2016 09:13:19 +0000 (11:13 +0200)
committerThierry Reding <thierry.reding@gmail.com>
Mon, 11 Jul 2016 06:43:24 +0000 (08:43 +0200)
commit87248991a1de28e73dc30057e82d831bc11cdd44
tree7084e3d326418f80421fc2f01edcea0bdeffbbfd
parent3f4eb39be9b1402ea01a5c67441d0b0bcb74b4b2
regulator: pwm: Properly initialize the ->state field

The ->state field is currently initialized to 0, thus referencing the
voltage selector at index 0, which might not reflect the current
voltage value.
If possible, retrieve the current voltage selector from the PWM state,
else return -EINVAL.

Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Tested-by: Brian Norris <briannorris@chromium.org>
Tested-by: Heiko Stuebner <heiko@sntech.de>
Acked-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/regulator/pwm-regulator.c
This page took 0.024311 seconds and 5 git commands to generate.