commit | 4fe050e65f61cc5e7734aee0637a18ac16b10061 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Mon Apr 20 12:44:56 2020 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Apr 30 10:25:07 2020 +0200 |
tree | 59d90f0990e1c3fa5f02b6f07ea1192115620c54 | |
parent | b32ac16f9a321852806fcd473136204af6b49787 [diff] |
efi_loader: remove superfluous NULL check in bootefi.c efi_free_pool() and efi_delete_handle() both check if their argument is NULL. The caller should not duplicate this check. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>