Re: [PATCH v5 07/11] staging: iio: ad7780: move regulator to after GPIO init

2019-03-16 Thread Jonathan Cameron
On Fri, 15 Mar 2019 23:14:59 -0300 Renato Lui Geh wrote: > To maintain consistency between ad7780_probe and ad7780_remove orders, > regulator initialization has been moved to after GPIO initializations. > > Signed-off-by: Renato Lui Geh Applied, Thanks, Jonathan > --- >

[PATCH v5 07/11] staging: iio: ad7780: move regulator to after GPIO init

2019-03-15 Thread Renato Lui Geh
To maintain consistency between ad7780_probe and ad7780_remove orders, regulator initialization has been moved to after GPIO initializations. Signed-off-by: Renato Lui Geh --- drivers/staging/iio/adc/ad7780.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff