Re: [PATCH] regulator: wm8400: Fix trivial typo

2019-02-28 Thread Charles Keepax
On Wed, Feb 27, 2019 at 01:54:21PM +0800, Axel Lin wrote: > Use WM8400_DC2_ENA_MASK for DCDC2 enable_mask. > The define is the same as WM8400_DC1_ENA_MASK, just a cleanup. > > Signed-off-by: Axel Lin > --- Acked-by: Charles Keepax Thanks, Charles

[PATCH] regulator: wm8400: Fix trivial typo

2019-02-26 Thread Axel Lin
Use WM8400_DC2_ENA_MASK for DCDC2 enable_mask. The define is the same as WM8400_DC1_ENA_MASK, just a cleanup. Signed-off-by: Axel Lin --- drivers/regulator/wm8400-regulator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/regulator/wm8400-regulator.c b/drivers/regul