commit | 9f888969fdd6ef11078b893639352ec57824c202 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Mar 19 15:45:52 2020 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Mar 22 11:06:23 2020 +0100 |
tree | 059f5981de85e443abf69c648199ad31f26117e8 | |
parent | e1089765b5964f35a426f3abe29ba164422f4165 [diff] |
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>