Re: [U-Boot] [PATCH 1/5] dm: ofnode: use ofnode_read_bool() to check property existence

2017-07-06 Thread sjg
On 22 June 2017 at 01:54, Masahiro Yamada wrote: > This will clarify the code. > > Signed-off-by: Masahiro Yamada > --- > > drivers/core/ofnode.c | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) Acked-by: Simon Glass Applied to u-boot-dm, thanks!

Re: [U-Boot] [PATCH 1/5] dm: ofnode: use ofnode_read_bool() to check property existence

2017-07-05 Thread Simon Glass
On 22 June 2017 at 01:54, Masahiro Yamada wrote: > This will clarify the code. > > Signed-off-by: Masahiro Yamada > --- > > drivers/core/ofnode.c | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) Acked-by: Simon Glass ___ U-Boot mail

[U-Boot] [PATCH 1/5] dm: ofnode: use ofnode_read_bool() to check property existence

2017-06-22 Thread Masahiro Yamada
This will clarify the code. Signed-off-by: Masahiro Yamada --- drivers/core/ofnode.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/core/ofnode.c b/drivers/core/ofnode.c index ac312d654654..b8b16bf5e275 100644 --- a/drivers/core/ofnode.c +++ b/drivers/cor