commit | a5650e8128e46d94a2b2f4383f62668c7364a9dc | [log] [tgz] |
---|---|---|
author | Puneetha Ramachandra <puneetha@fuchsia.infra.roller.google.com> | Mon Nov 25 21:54:17 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Nov 25 13:55:13 2024 -0800 |
tree | 376b4968a766a92c5b9a05ae160068cf952b4ec9 | |
parent | 2e39e792f2471d07b5ab6b0fd6996e4308717761 [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.