mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
Devices under /sys/firmware/ do not have subsystems. Hence, the
validation in sd_device_new_from_subsystem_sysname() ->
device_new_from_path_join() always failed.
Fixes a bug introduced by cd7c71154c
(v257).
Fixes #35861.