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>
Tue, 29 Dec 2020 01:09:04 +0000 (02:09 +0100)
commit5f9b53753118ade7b502bce9866ea527a8a86372
treeb84aca0bdb5cb4c46621c31ba802e8ee7b8d0c94
parentab865a8ee5c1a069f72a171270c02c99ccda7bfa
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