Re: [PATCH 3/8] disk: simplify part_print_efi()

2022-01-21 Thread Simon Glass
On Sun, 16 Jan 2022 at 08:14, Heinrich Schuchardt wrote: > > Use printf code %pUs to print the text representation of the partition type > GUID. > > Signed-off-by: Heinrich Schuchardt > --- > disk/part_efi.c | 21 - > 1 file changed, 8 insertions(+), 13 deletions(-) Reviewed

[PATCH 3/8] disk: simplify part_print_efi()

2022-01-16 Thread Heinrich Schuchardt
Use printf code %pUs to print the text representation of the partition type GUID. Signed-off-by: Heinrich Schuchardt --- disk/part_efi.c | 21 - 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/disk/part_efi.c b/disk/part_efi.c index 3809333078..94e2930200 10064