Re: [U-Boot] [PATCH v2 07/28] power: regulator: Add more debugging and fix a missing newline

2017-06-08 Thread sjg
On 06/01/2017 08:57 AM, Simon Glass wrote: > This file does not report a few possible errors and one message is missing > a newline. Fix these. > > Signed-off-by: Simon Glass Reviewed-by: Jaehoon Chung And CC'd correct Lukasz's mail account. > --- >

Re: [U-Boot] [PATCH v2 07/28] power: regulator: Add more debugging and fix a missing newline

2017-05-31 Thread Jaehoon Chung
On 06/01/2017 08:57 AM, Simon Glass wrote: > This file does not report a few possible errors and one message is missing > a newline. Fix these. > > Signed-off-by: Simon Glass Reviewed-by: Jaehoon Chung And CC'd correct Lukasz's mail account. > ---

[U-Boot] [PATCH v2 07/28] power: regulator: Add more debugging and fix a missing newline

2017-05-31 Thread Simon Glass
This file does not report a few possible errors and one message is missing a newline. Fix these. Signed-off-by: Simon Glass --- Changes in v2: None drivers/power/regulator/regulator-uclass.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git