cmd: efidebug: simplify get_guid_text()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 7 Jan 2020 05:02:33 +0000 (06:02 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 7 Jan 2020 17:08:20 +0000 (18:08 +0100)
commit173cd9e73ad833bf479cc5b400de5ca738ef7510
tree2b727fddb47045daa207d4764e68f6218400a64b
parent7b31efc54c3fba33d1305a0f9b730472bb0f63eb
cmd: efidebug: simplify get_guid_text()

When we hit a matching GUID we can directly return the text. There is no
need for a check after the loop.

efi_guid_t is defined as 8 byte aligned but GUIDs in packed structures do
not follow this alignment. Do not require the argument of get_guid_text()
to be correctly aligned.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
cmd/efidebug.c