Re: [PATCH v2] regulator: bd718x7: Remove struct bd718xx_pmic

2018-10-03 Thread Matti Vaittinen
Hello Axel, On Wed, Oct 03, 2018 at 11:32:46PM +0800, Axel Lin wrote: > All the fields in struct bd718xx_pmic are not really necessary. > Remove struct bd718xx_pmic to simplify the code. > > Signed-off-by: Axel Lin > --- > v2: > Sorry, just update the subject line. > > drivers/regulator/bd718x

[PATCH v2] regulator: bd718x7: Remove struct bd718xx_pmic

2018-10-03 Thread Axel Lin
All the fields in struct bd718xx_pmic are not really necessary. Remove struct bd718xx_pmic to simplify the code. Signed-off-by: Axel Lin --- v2: Sorry, just update the subject line. drivers/regulator/bd718x7-regulator.c | 59 +-- 1 file changed, 20 insertions(+), 39 dele