Re: [PATCH] regulator: vctrl: Remove unneeded continue statement

2019-03-29 Thread Matthias Kaehlcke
Hi Axel, On Fri, Mar 29, 2019 at 09:46:31AM +0800, Axel Lin wrote: As Mukesh already mentioned, there should be a short description. > Signed-off-by: Axel Lin > --- > drivers/regulator/vctrl-regulator.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > > diff --git

Re: [PATCH] regulator: vctrl: Remove unneeded continue statement

2019-03-29 Thread Mukesh Ojha
On 3/29/2019 7:16 AM, Axel Lin wrote: Signed-off-by: Axel Lin Yeah indeed! but where is commit text atleast a one-liner. Otherwise looks good to me. Reviewed-by: Mukesh Ojha Cheers, -Mukesh --- drivers/regulator/vctrl-regulator.c | 4 +--- 1 file changed, 1 insertion(+), 3

[PATCH] regulator: vctrl: Remove unneeded continue statement

2019-03-28 Thread Axel Lin
Signed-off-by: Axel Lin --- drivers/regulator/vctrl-regulator.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/regulator/vctrl-regulator.c b/drivers/regulator/vctrl-regulator.c index 78de002037c7..259864520a06 100644 --- a/drivers/regulator/vctrl-regulator.c +++