efi_loader: simplify logical expression in efi_disk_add_dev()
To check if a variable is non-zero there is no need for '!= 0'.
Signed-off-by:
Heinrich Schuchardt <xypron.glpk@gmx.de>
Loading
Please register or sign in to comment
To check if a variable is non-zero there is no need for '!= 0'.
Signed-off-by:
Heinrich Schuchardt <xypron.glpk@gmx.de>