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

2023-11-12 Thread Simon Glass
Hi Heinrich, On Sun, 12 Nov 2023 at 09:58, Heinrich Schuchardt wrote: > > On 11/12/23 16:58, 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 > > --- > > > > cmd/efi_common.c |

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

2023-11-12 Thread Heinrich Schuchardt
On 11/12/23 16:58, 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 --- cmd/efi_common.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cmd/efi_common.c

[PATCH 3/4] 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 --- 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 f4056096cd3f..1aa2351fcdfd