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.

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

2013-04-24 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

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

2013-04-24 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 axel@ingics.com Acked-by: Laxman Dewanganldewan...@nvidia.com -- To unsubscribe from this list: send the

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.

[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

[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 axel@ingics.com --- drivers/regulator/max8973-regulator.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git