-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sd-device: fix validation for devices under /sys/firmware/ in sd_devi…
…ce_new_from_subsystem_sysname() 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 cd7c711 (v257). Fixes #35861. (cherry picked from commit 3328d1e1816f408e6516c35991a89a8d21fd60b4) Resolves: RHEL-72798
- Loading branch information
Showing
1 changed file
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters