diff options
author | Mark Brown <broonie@kernel.org> | 2018-12-11 04:17:23 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-12-11 04:17:23 +0300 |
commit | d407c81adae57041ba82577e604e351f36b8afce (patch) | |
tree | dcacd9522369cde44919da0bafd843c3cc9e7bc2 /include | |
parent | 40e020c129cfc991e8ab4736d2665351ffd1468d (diff) | |
parent | 2bb1666369339f69f227ad060c250afde94d5c69 (diff) | |
download | linux-d407c81adae57041ba82577e604e351f36b8afce.tar.xz |
Merge branch 'regulator-4.20' into regulator-linus
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/regulator/consumer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/regulator/consumer.h b/include/linux/regulator/consumer.h index 25602afd4844..f3f76051e8b0 100644 --- a/include/linux/regulator/consumer.h +++ b/include/linux/regulator/consumer.h @@ -508,7 +508,7 @@ static inline int regulator_get_error_flags(struct regulator *regulator, static inline int regulator_set_load(struct regulator *regulator, int load_uA) { - return REGULATOR_MODE_NORMAL; + return 0; } static inline int regulator_allow_bypass(struct regulator *regulator, |