commit | 87b8a71246be2884bb037d9faedc1bec1ddca1a8 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat May 13 09:55:26 2023 +0200 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat May 13 11:09:51 2023 +0200 |
tree | 50f4a94184261f70fc5dbb5a1bec57fbfb8e0e40 | |
parent | aecb9e218f729cd15cacda53dbbb9313c576da27 [diff] |
efi_loader: avoid #ifdef in efi_dp_from_name() According to our coding style guide #ifdef should be avoided. Use IS_ENABLED() instead. Sort string comparisons alphabetically. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>