commit | 6e35d3b7470b0b0b9c98b39f7eb0b459a0509128 | [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 | b7e1d650d4c3715e48b818dd2e3aa2bb47bb5693 [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>