efi_loader: missing parentheses after if
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 27 Dec 2020 14:33:09 +0000 (15:33 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 31 Dec 2020 13:33:07 +0000 (14:33 +0100)
commitdb6288de85dce4482712ac5ed59d78ef22cd9ab6
treec259cc4f10adad857113709d007d2dd8a30e975f
parentc0029e4e25c10d627f4bff62cdb4074bb2c7eaf7
efi_loader: missing parentheses after if

IS_ENABLED() contains parentheses. But we should still put extra
parentheses around it in an if statement for readability.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_boottime.c