Re: [PATCH] regulator: as3722: Don't set min_uV/uV_step/linear_min_sel for linear_ranges

2013-12-20 Thread Mark Brown
On Fri, Dec 20, 2013 at 10:57:49AM +0800, Axel Lin wrote: > These settings are not used when using linear_ranges and it makes the code > looks confusing. Thus remove them. Applied, thanks. signature.asc Description: Digital signature

Re: [PATCH] regulator: as3722: Don't set min_uV/uV_step/linear_min_sel for linear_ranges

2013-12-20 Thread Laxman Dewangan
On Friday 20 December 2013 08:27 AM, Axel Lin wrote: These settings are not used when using linear_ranges and it makes the code looks confusing. Thus remove them. Looks fine. Acked-by: Laxman Dewangan -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of

Re: [PATCH] regulator: as3722: Don't set min_uV/uV_step/linear_min_sel for linear_ranges

2013-12-20 Thread Laxman Dewangan
On Friday 20 December 2013 08:27 AM, Axel Lin wrote: These settings are not used when using linear_ranges and it makes the code looks confusing. Thus remove them. Looks fine. Acked-by: Laxman Dewangan ldewan...@nvidia.com -- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH] regulator: as3722: Don't set min_uV/uV_step/linear_min_sel for linear_ranges

2013-12-20 Thread Mark Brown
On Fri, Dec 20, 2013 at 10:57:49AM +0800, Axel Lin wrote: These settings are not used when using linear_ranges and it makes the code looks confusing. Thus remove them. Applied, thanks. signature.asc Description: Digital signature

[PATCH] regulator: as3722: Don't set min_uV/uV_step/linear_min_sel for linear_ranges

2013-12-19 Thread Axel Lin
These settings are not used when using linear_ranges and it makes the code looks confusing. Thus remove them. Signed-off-by: Axel Lin --- drivers/regulator/as3722-regulator.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/regulator/as3722-regulator.c

[PATCH] regulator: as3722: Don't set min_uV/uV_step/linear_min_sel for linear_ranges

2013-12-19 Thread Axel Lin
These settings are not used when using linear_ranges and it makes the code looks confusing. Thus remove them. Signed-off-by: Axel Lin axel@ingics.com --- drivers/regulator/as3722-regulator.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/regulator/as3722-regulator.c