1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-13 01:40:59 +00:00
serenity/Userland/Libraries/LibDeviceTree
Linus Groh 69f0339bac Revert "LibDeviceTree: Propagate try_append() errors while parsing paths"
This reverts commit f064f5f36e.

As Andrew points out, this append is not actually fallible in practice,
since the loop is terminated once the vector size reaches its inline
capacity.

https://github.com/SerenityOS/serenity/pull/17606#discussion_r1117662246
2023-02-24 23:40:23 +01:00
..
CMakeLists.txt LibDeviceTree: Add walk_device_tree and use it to dump structured data 2023-02-19 13:49:07 +01:00
FlattenedDeviceTree.cpp Revert "LibDeviceTree: Propagate try_append() errors while parsing paths" 2023-02-24 23:40:23 +01:00
FlattenedDeviceTree.h LibDeviceTree: Add a slow, allocation-free property fetch API 2023-02-19 13:49:07 +01:00
Validation.cpp LibDeviceTree: Add walk_device_tree and use it to dump structured data 2023-02-19 13:49:07 +01:00
Validation.h LibDeviceTree: Add walk_device_tree and use it to dump structured data 2023-02-19 13:49:07 +01:00