Re: [PATCH v2 2/3] efi: Correct display of table GUIDs

2023-11-21 Thread Ilias Apalodimas
On Sun, 12 Nov 2023 at 22:55, Simon Glass wrote: > > The printf() %pU option decodes GUIDs so it is not necessary to do this > first. Drop the incorrect code. > > Signed-off-by: Simon Glass > --- > > (no changes since v1) > > cmd/efi_common.c | 4 +--- > 1 file changed, 1 insertion(+), 3

Re: [PATCH v2 2/3] efi: Correct display of table GUIDs

2023-11-21 Thread Heinrich Schuchardt
On 11/12/23 21:55, Simon Glass wrote: The printf() %pU option decodes GUIDs so it is not necessary to do this first. Drop the incorrect code. Signed-off-by: Simon Glass Reviewed-by: Heinrich Schuchardt --- (no changes since v1) cmd/efi_common.c | 4 +--- 1 file changed, 1

[PATCH v2 2/3] efi: Correct display of table GUIDs

2023-11-12 Thread Simon Glass
The printf() %pU option decodes GUIDs so it is not necessary to do this first. Drop the incorrect code. Signed-off-by: Simon Glass --- (no changes since v1) cmd/efi_common.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cmd/efi_common.c b/cmd/efi_common.c index