]> git.baikalelectronics.ru Git - uboot.git/commit
dm: ofnode: use ofnode_read_bool() to check property existence
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 22 Jun 2017 07:54:03 +0000 (16:54 +0900)
committerSimon Glass <sjg@chromium.org>
Tue, 11 Jul 2017 16:08:20 +0000 (10:08 -0600)
commit6f0c0240e85ad0c32817e64a76c45f61fd82c290
treebd881306ca94854ca003382fccc52766e2ddff56
parentd766d1fb79495562122f36d1cb1acfe072b0f6cc
dm: ofnode: use ofnode_read_bool() to check property existence

This will clarify the code.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Simon Glass <sjg@chromium.org>
drivers/core/ofnode.c