]> git.baikalelectronics.ru Git - uboot.git/commit
dm: core: Supress dead-code warning in __of_get_next_child()
authorSimon Glass <sjg@chromium.org>
Wed, 7 Jun 2017 16:28:45 +0000 (10:28 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 12 Jun 2017 12:38:10 +0000 (08:38 -0400)
commita37371436e6612e0646437a6ade230aba39260c6
tree184810055f4e7993abaad8249e8dff9739c5920b
parent2ebf2cdf73cab61b6efde690255b5996bf5eecb7
dm: core: Supress dead-code warning in __of_get_next_child()

Suppress a warning on next = next->sibling.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reported-by: Coverity (CID: 163245)
Fixes 11909a5 (dm: core: Add livetree access functions)
drivers/core/of_access.c