mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 21:51:40 +00:00
efi: Don't use knowledge about efi_guid_t internals
When print GUIDs supply pointer to the efi_guid_t (guid_t) type rather its internal members. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Serge Hallyn <serge@hallyn.com> Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
This commit is contained in:
parent
5eff88dd6b
commit
b31eea2e04
@ -55,7 +55,7 @@ int __init parse_efi_signature_list(
|
||||
memcpy(&list, data, sizeof(list));
|
||||
pr_devel("LIST[%04x] guid=%pUl ls=%x hs=%x ss=%x\n",
|
||||
offs,
|
||||
list.signature_type.b, list.signature_list_size,
|
||||
&list.signature_type, list.signature_list_size,
|
||||
list.signature_header_size, list.signature_size);
|
||||
|
||||
lsize = list.signature_list_size;
|
||||
|
Loading…
Reference in New Issue
Block a user