commit | d76184edc31292bd68ef1b63e7dfc3f11cd8bada | [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 | 01c528118d1fd9bdfaad57ca803094d1b697401d [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>