commit | ad6d5a44306685e6fb131002f870375bc8f15cd8 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Fri Mar 04 08:20:00 2022 +0100 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sun Mar 20 11:03:06 2022 +0100 |
tree | cde5993779801ea225a491a1580b985831f095d3 | |
parent | 24f0e6ad4ec5edea242b8970b2e55594d5fe73bb [diff] |
efi_loader: fix efi_dp_find_obj() efi_dp_find_obj() should not return any handle with a partially matching device path but the handle with the maximum matching device path. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>