Re: [PATCH] dm: ofnode: Fix compile breakage with OF_CHECKS enabled

2020-10-06 Thread Stefan Roese
Hi Simon, On 05.10.20 23:32, Simon Glass wrote: Hi Stefan, On Wed, 23 Sep 2020 at 00:23, Stefan Roese wrote: Include missing log.h and change _ofnode_to_np() to ofnode_to_np() so that compiling with OF_CHECKS enabled does not break. Signed-off-by: Stefan Roese Cc: Simon Glass --- includ

Re: [PATCH] dm: ofnode: Fix compile breakage with OF_CHECKS enabled

2020-10-05 Thread Simon Glass
Hi Stefan, On Wed, 23 Sep 2020 at 00:23, Stefan Roese wrote: > > Include missing log.h and change _ofnode_to_np() to ofnode_to_np() so > that compiling with OF_CHECKS enabled does not break. > > Signed-off-by: Stefan Roese > Cc: Simon Glass > --- > include/dm/ofnode.h | 7 --- > 1 file cha

Re: [PATCH] dm: ofnode: Fix compile breakage with OF_CHECKS enabled

2020-09-24 Thread Simon Glass
Hi Stefan, On Wed, 23 Sep 2020 at 00:23, Stefan Roese wrote: > > Include missing log.h and change _ofnode_to_np() to ofnode_to_np() so > that compiling with OF_CHECKS enabled does not break. > > Signed-off-by: Stefan Roese > Cc: Simon Glass > --- > include/dm/ofnode.h | 7 --- > 1 file cha

[PATCH] dm: ofnode: Fix compile breakage with OF_CHECKS enabled

2020-09-22 Thread Stefan Roese
Include missing log.h and change _ofnode_to_np() to ofnode_to_np() so that compiling with OF_CHECKS enabled does not break. Signed-off-by: Stefan Roese Cc: Simon Glass --- include/dm/ofnode.h | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/include/dm/ofnode.h b/includ