Re: [U-Boot] [PATCH v3 06/13] regmap: Add error output

2018-08-02 Thread Simon Glass
On 31 July 2018 at 04:01, Mario Six wrote: > Add some debug output in cases where the initialization of a regmap > fails. > > Signed-off-by: Mario Six > --- > > v2 -> v3: > New in v3 > > --- > drivers/core/regmap.c | 10 -- > 1 file changed, 8 insertions(+), 2 deletions(-) Reviewed-by:

Re: [U-Boot] [PATCH v3 06/13] regmap: Add error output

2018-08-01 Thread Anatolij Gustschin
On Tue, 31 Jul 2018 12:01:03 +0200 Mario Six mario@gdsys.cc wrote: > Add some debug output in cases where the initialization of a regmap > fails. > > Signed-off-by: Mario Six Reviewed-by: Anatolij Gustschin ___ U-Boot mailing list U-Boot@lists.de

[U-Boot] [PATCH v3 06/13] regmap: Add error output

2018-07-31 Thread Mario Six
Add some debug output in cases where the initialization of a regmap fails. Signed-off-by: Mario Six --- v2 -> v3: New in v3 --- drivers/core/regmap.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/drivers/core/regmap.c b/drivers/core/regmap.c index 51d9cadc510..