efi_loader: type of efi_secure_mode
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 24 Jun 2020 10:14:49 +0000 (12:14 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 24 Jun 2020 14:50:15 +0000 (16:50 +0200)
commit915f15ac5746739da0aa2ee2840c2d00dc65aaaa
treef5928563d9b27f1f22026d1540e684928f8c41d5
parentb1c272d18b50fae1465a8049d5b2802fcc424106
efi_loader: type of efi_secure_mode

Variable efi_secure_mode is meant to hold a value of enum efi_secure_mode.
So it should not be defined as int but as enum efi_secure_mode.

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