Re: [PATCH] regulator: s2mps11: Fix ramp delay value shift operation

2012-11-27 Thread Mark Brown
On Sat, Nov 24, 2012 at 11:13:28AM +0900, Sangbeom Kim wrote: > This patch fix the abnormal ramp delay setting. > The shift operation was wrong. applied, thanks. signature.asc Description: Digital signature

Re: [PATCH] regulator: s2mps11: Fix ramp delay value shift operation

2012-11-27 Thread Mark Brown
On Sat, Nov 24, 2012 at 11:13:28AM +0900, Sangbeom Kim wrote: This patch fix the abnormal ramp delay setting. The shift operation was wrong. applied, thanks. signature.asc Description: Digital signature

[PATCH] regulator: s2mps11: Fix ramp delay value shift operation

2012-11-23 Thread Sangbeom Kim
This patch fix the abnormal ramp delay setting. The shift operation was wrong. Signed-off-by: Sangbeom Kim --- drivers/regulator/s2mps11.c | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/regulator/s2mps11.c b/drivers/regulator/s2mps11.c index

[PATCH] regulator: s2mps11: Fix ramp delay value shift operation

2012-11-23 Thread Sangbeom Kim
This patch fix the abnormal ramp delay setting. The shift operation was wrong. Signed-off-by: Sangbeom Kim sbki...@samsung.com --- drivers/regulator/s2mps11.c | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/regulator/s2mps11.c