Re: [PATCH v3 2/4] staging: iio: ad7780: move regulator to after GPIO init

2019-02-09 Thread Jonathan Cameron
On Tue, 5 Feb 2019 15:13:21 -0200 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 This looks fine, will pick up with the earlier patches when

[PATCH v3 2/4] staging: iio: ad7780: move regulator to after GPIO init

2019-02-05 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 | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) diff