]> git.ipfire.org Git - thirdparty/systemd.git/commit
hibernate-resume-config: apply ENABLE_EFI ifdef correctly
authorMike Yuan <me@yhndnzj.com>
Mon, 8 Apr 2024 20:04:21 +0000 (04:04 +0800)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 9 Apr 2024 07:40:21 +0000 (09:40 +0200)
commit52e555fa27381e6289f83c37078bafa3d0b99eb2
treeeb0305bdcf8240edb0bfc2f5191de5228cdb2e13
parentae4088b23e1658a6f6e940d6e1c8d0a14f93449b
hibernate-resume-config: apply ENABLE_EFI ifdef correctly

Currently, validate_efi_hibernate_location is
fully conditioned out if !ENABLE_EFI, but
get_efi_hibernate_location() still calls it.
src/hibernate-resume/hibernate-resume-config.c