Re: [PATCH] regulator: lp8788-ldo: Remove val array in lp8788_config_ldo_enable_mode

2012-12-06 Thread Mark Brown
On Fri, Dec 07, 2012 at 09:47:57AM +0800, Axel Lin wrote: > To clear the mask bit, setting data argument to be 0 with proper mask setting > for lp8788_update_bits. We don't need the var array here. Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the b

RE: [PATCH] regulator: lp8788-ldo: Remove val array in lp8788_config_ldo_enable_mode

2012-12-06 Thread Kim, Milo
> To clear the mask bit, setting data argument to be 0 with proper mask > setting > for lp8788_update_bits. We don't need the var array here. > > Signed-off-by: Axel Lin Thanks! Acked-by: Milo(Woogyom) Kim N�r��yb�X��ǧv�^�)޺{.n�+{zX����ܨ}���Ơz�&j:+v���zZ+��+zf���h���~

[PATCH] regulator: lp8788-ldo: Remove val array in lp8788_config_ldo_enable_mode

2012-12-06 Thread Axel Lin
To clear the mask bit, setting data argument to be 0 with proper mask setting for lp8788_update_bits. We don't need the var array here. Signed-off-by: Axel Lin --- drivers/regulator/lp8788-ldo.c | 11 +-- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/drivers/regulator/l