commit | 9a52a0f77da6bbc4a1b13bff1aceb376057af9b3 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Oct 18 18:13:11 2017 +0200 |
committer | Alexander Graf <agraf@suse.de> | Fri Dec 01 13:22:55 2017 +0100 |
tree | 343711caf7c950b3bb789d3269e9b79fe7f655c1 | |
parent | fd4a1c491134c509b25507abfe5f86d58a3b5f0b [diff] |
efi_selftest: efi_st_memcmp should return 0 If the compared memory areas match the return value should be 0. We should not use the unrelated constant EFI_ST_SUCCESS. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>