]> git.ipfire.org Git - thirdparty/u-boot.git/commit
efi_selftest: incorrect use of bitwise or
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 25 Nov 2018 14:21:40 +0000 (15:21 +0100)
committerAlexander Graf <agraf@suse.de>
Sun, 2 Dec 2018 20:59:37 +0000 (21:59 +0100)
commit335ce71db78b80ab43cf68fcf812fb99bac84c86
tree78be97547e96713700377878fc427f6fb42e20b9
parenta2505fc8a901180fb555291c6fd106df7efed71c
efi_selftest: incorrect use of bitwise or

We should use a logical or when combining logical values.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_selftest/efi_selftest_loaded_image.c