Re: [PATCH 2/4] regulator: wm8350: Select maximum current in specific range

2019-03-13 Thread Charles Keepax
On Wed, Mar 13, 2019 at 12:33:55AM +0800, Axel Lin wrote: > .set_current_limit callback should select the current closest to max_uA. > > Signed-off-by: Axel Lin > --- Acked-by: Charles Keepax Thanks, Charles

[PATCH 2/4] regulator: wm8350: Select maximum current in specific range

2019-03-12 Thread Axel Lin
.set_current_limit callback should select the current closest to max_uA. Signed-off-by: Axel Lin --- drivers/regulator/wm8350-regulator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/regulator/wm8350-regulator.c b/drivers/regulator/wm8350-regulator.c index