Re: [PATCH 2/2] efi_loader: simplify efi_str_to_u16()

2023-03-19 Thread Simon Glass
On Sun, 19 Mar 2023 at 21:21, Heinrich Schuchardt wrote: > > Use efi_alloc() to allocate memory. > > Signed-off-by: Heinrich Schuchardt > --- > lib/efi_loader/efi_device_path_to_text.c | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) Reviewed-by: Simon Glass

[PATCH 2/2] efi_loader: simplify efi_str_to_u16()

2023-03-19 Thread Heinrich Schuchardt
Use efi_alloc() to allocate memory. Signed-off-by: Heinrich Schuchardt --- lib/efi_loader/efi_device_path_to_text.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/efi_loader/efi_device_path_to_text.c b/lib/efi_loader/efi_device_path_to_text.c index 9062058ac2..06e7