mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-23 12:40:43 +01:00
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> |
||
|---|---|---|
| .. | ||
| act8846.c | ||
| fixed.c | ||
| gpio-regulator.c | ||
| Kconfig | ||
| lp873x_regulator.c | ||
| Makefile | ||
| max77686.c | ||
| palmas_regulator.c | ||
| pfuze100.c | ||
| pwm_regulator.c | ||
| regulator-uclass.c | ||
| rk8xx.c | ||
| s5m8767.c | ||
| sandbox.c | ||
| tps65090_regulator.c | ||