]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[efi] Remove spurious close of SNP device parent's device path
authorMichael Brown <mcb30@ipxe.org>
Sun, 23 Mar 2025 18:22:00 +0000 (18:22 +0000)
committerMichael Brown <mcb30@ipxe.org>
Sun, 23 Mar 2025 18:24:10 +0000 (18:24 +0000)
commit331bbf50755bb0ba5405dfd8e4350cfc3684bc09
treef2292c0dc5a3f1bbd833c6373222b428c576277b
parent8249bbc098319621f6a0db56f7be4bb2873811eb
[efi] Remove spurious close of SNP device parent's device path

Commit e727f57 ("[efi] Include a copy of the device path within struct
efi_device") neglected to delete the closure of the parent's device
path from the success code path in efi_snp_probe().

Reduce confusion by removing this (harmless) additional close.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/interface/efi/efi_snp.c