Re: [PATCH 07/11] regulator: max77650: Convert to use regulator_set/get_current_limit_regmap

2019-02-28 Thread Bartosz Golaszewski
czw., 28 lut 2019 o 14:41 Axel Lin napisaƂ(a): > > Use regulator_set/get_current_limit_regmap helpers to save some code. > > Signed-off-by: Axel Lin > --- > drivers/regulator/max77650-regulator.c | 74 +- > 1 file changed, 25 insertions(+), 49 deletions(-) > > diff --git

[PATCH 07/11] regulator: max77650: Convert to use regulator_set/get_current_limit_regmap

2019-02-28 Thread Axel Lin
Use regulator_set/get_current_limit_regmap helpers to save some code. Signed-off-by: Axel Lin --- drivers/regulator/max77650-regulator.c | 74 +- 1 file changed, 25 insertions(+), 49 deletions(-) diff --git a/drivers/regulator/max77650-regulator.c b/drivers/regulator/ma