diff options
author | Mark Kettenis <kettenis@openbsd.org> | 2017-05-13 18:17:05 (GMT) |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2017-06-07 13:29:19 (GMT) |
commit | c40d48bbbce70b8dfa2b267e404f9f3e781dfd98 (patch) | |
tree | 15726b12eb94dbb375d75638f6e6a3411e0455a7 /lib | |
parent | d1bf69d822724d427b23e289b0c2cf9275c1e99e (diff) | |
download | u-boot-fsl-qoriq-c40d48bbbce70b8dfa2b267e404f9f3e781dfd98.tar.xz |
regulator: pwm: Fix handling of missing init voltage
Since priv->init_voltage is an unsigned integer it can never be
negative. So the current code fails to detect a missing
'regulator-init-microvolt' property and instead misconfigures the
PWM device. Fix this by making the relevant members of
'struct pwm_regulator_info' signed integers.
Signed-off-by: Mark Kettenis <kettenis@openbsd.org>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions