commit | a8ec628531251c18bf63579d97820e83a9ccb6b4 | [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 | 65ad3b8b1769f693fed78d30a44c7156221aeb01 [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>