Re: [PATCH] regulator: fan53555: remove vsel_max not used

2012-09-10 Thread Axel Lin
2012/9/10 Mark Brown : > On Mon, Sep 10, 2012 at 11:53:55AM +0800, Axel Lin wrote: >> 2012/9/10 Yunfan Zhang : >> > The max voltage will be bounded by min_uV, uV_step and n_voltages, so >> > remove it to avoid confusing. > > Applied, thanks. > >> Acked-by: Axel Lin > > I think you meant to say Rev

Re: [PATCH] regulator: fan53555: remove vsel_max not used

2012-09-10 Thread Mark Brown
On Mon, Sep 10, 2012 at 11:53:55AM +0800, Axel Lin wrote: > 2012/9/10 Yunfan Zhang : > > The max voltage will be bounded by min_uV, uV_step and n_voltages, so > > remove it to avoid confusing. Applied, thanks. > Acked-by: Axel Lin I think you meant to say Reviewed-by here - Acked mostly just me

Re: [PATCH] regulator: fan53555: remove vsel_max not used

2012-09-09 Thread Axel Lin
2012/9/10 Yunfan Zhang : > The max voltage will be bounded by min_uV, uV_step and n_voltages, so > remove it to avoid confusing. > > Signed-off-by: Yunfan Zhang Acked-by: Axel Lin -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger

[PATCH] regulator: fan53555: remove vsel_max not used

2012-09-09 Thread Yunfan Zhang
The max voltage will be bounded by min_uV, uV_step and n_voltages, so remove it to avoid confusing. Signed-off-by: Yunfan Zhang --- drivers/regulator/fan53555.c |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/drivers/regulator/fan53555.c b/drivers/regulator/fan53555.c