commit | 23f90b79373d738e0539fd0ac3e548f659a549ae | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat May 13 10:00:55 2023 +0200 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat May 13 11:09:51 2023 +0200 |
tree | 2effbdc1893619235d64fe668eb0d52ab099318b | |
parent | 87b8a71246be2884bb037d9faedc1bec1ddca1a8 [diff] |
efi_loader: duplicate code in efi_dp_from_name efi_dp_from_name() has duplicate code to replace slash by backslash. path_to_uefi() called by efi_dp_from_file() already does this. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>