commit | aefb0c4eb6ac760f7cc015da395a34eceb8323c2 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Jan 17 07:52:09 2021 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Jan 20 08:17:17 2021 +0100 |
tree | c527113797caefc3942769c1aae17b7d4622a6d1 | |
parent | 9d4c19e5363085dc29093027792e78a9a2a07914 [diff] |
efi_loader: efi_size_in_pages() missing parentheses Add parentheses around size to avoid possible operator precedence problems. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>