Re: [PATCH] regulator: max8973: Don't override control1 variable when set ramp delay bits

2013-04-24 Thread Mark Brown
On Wed, Apr 24, 2013 at 12:14:55AM +0800, Axel Lin wrote: > Current code overrides control1 variable when setting ramp delay bits. > Fix it by just setting ramp_delay bits. Applied, thanks. Laxman, please check your acks can be cut'n'pasted - there's regularly things I need to fix up by hand. s

Re: [PATCH] regulator: max8973: Don't override control1 variable when set ramp delay bits

2013-04-23 Thread Laxman Dewangan
On Tuesday 23 April 2013 09:44 PM, Axel Lin wrote: Current code overrides control1 variable when setting ramp delay bits. Fix it by just setting ramp_delay bits. Signed-off-by: Axel Lin Acked-by: Laxman Dewangan -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

[PATCH] regulator: max8973: Don't override control1 variable when set ramp delay bits

2013-04-23 Thread Axel Lin
Current code overrides control1 variable when setting ramp delay bits. Fix it by just setting ramp_delay bits. Signed-off-by: Axel Lin --- drivers/regulator/max8973-regulator.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/regulator/max8973-regulator.c