Re: [PATCH 1/1] efi_loader: simplify dp_fill()

2023-07-26 Thread Simon Glass
On Wed, 26 Jul 2023 at 07:02, Heinrich Schuchardt wrote: > > On 23.07.23 05:48, Simon Glass wrote: > > Hi Heinrich, > > > > On Fri, 21 Jul 2023 at 00:34, Heinrich Schuchardt > > wrote: > >> > >> Move the recursive dp_fill(dev->parent) call to a single location. > >> Determine uclass_id only

Re: [PATCH 1/1] efi_loader: simplify dp_fill()

2023-07-26 Thread Heinrich Schuchardt
On 23.07.23 05:48, Simon Glass wrote: Hi Heinrich, On Fri, 21 Jul 2023 at 00:34, Heinrich Schuchardt wrote: Move the recursive dp_fill(dev->parent) call to a single location. Determine uclass_id only once. Signed-off-by: Heinrich Schuchardt --- lib/efi_loader/efi_device_path.c | 45

Re: [PATCH 1/1] efi_loader: simplify dp_fill()

2023-07-22 Thread Simon Glass
Hi Heinrich, On Fri, 21 Jul 2023 at 00:34, Heinrich Schuchardt wrote: > > Move the recursive dp_fill(dev->parent) call to a single location. > Determine uclass_id only once. > > Signed-off-by: Heinrich Schuchardt > --- > lib/efi_loader/efi_device_path.c | 45 +--- >

[PATCH 1/1] efi_loader: simplify dp_fill()

2023-07-21 Thread Heinrich Schuchardt
Move the recursive dp_fill(dev->parent) call to a single location. Determine uclass_id only once. Signed-off-by: Heinrich Schuchardt --- lib/efi_loader/efi_device_path.c | 45 +--- 1 file changed, 18 insertions(+), 27 deletions(-) diff --git