[roll] Roll fuchsia [devicetree] Fix error check when visit fails

The devicetree::Walk does not end when we return false. It only stops
walking the subtree from the node we returned false. This essentially
overrides the status and therefore the error is not propagated up to the
board driver. This CL caches any error code that occurs during the walk
and propagates it to the board driver.

Test: Introduced an error and ran manager-test to confirm failure.
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1161917
Original-Revision: 7c0a9aec4dba8ff5e09178ed2be1aacd46a7e2e9
GitOrigin-RevId: 62845e3f3ede75051005a0697a6b8537c03bec10
Change-Id: Iaa3b812dfcd9b4adbfdf54e8fba36e89eb783b22
1 file changed
tree: 376b4968a766a92c5b9a05ae160068cf952b4ec9
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.