]> git.ipfire.org Git - thirdparty/plymouth.git/commit
ply-device-manager: Make create_devices_for_subsystem () return void
authorHans de Goede <hdegoede@redhat.com>
Wed, 5 Jun 2024 20:07:32 +0000 (22:07 +0200)
committerHans de Goede <hdegoede@redhat.com>
Fri, 7 Jun 2024 15:21:00 +0000 (17:21 +0200)
commit12fdedb4efb0b7e04c74f43917a180a20e54ea24
treec1edc627b6c534f7037491342c0a7bb4c67b3987
parent2f8b64ea4c6cefca6569ab94dc37d436a3fbf048
ply-device-manager: Make create_devices_for_subsystem () return void

Make create_devices_for_subsystem () return void. Its callers do not care
about the return value and currently the return value is not always correct
since if a device is found, found may later become false again if
a subsequent create_devices_for_udev_device () call fails.
src/libply-splash-core/ply-device-manager.c