Re: [PATCH 4/5] efi_memory: get the efi_mem_list node directly

2024-07-31 Thread Ilias Apalodimas
On Tue, 30 Jul 2024 at 14:12, Sughosh Ganu wrote: > > Use the list_for_each_entry() API to get the efi_mem_list node > directly, instead of making an additional call to list_entry(). > > Signed-off-by: Sughosh Ganu > --- > lib/efi_loader/efi_memory.c | 25 - > 1 file

Re: [PATCH 4/5] efi_memory: get the efi_mem_list node directly

2024-07-31 Thread Heinrich Schuchardt
On 7/30/24 13:11, Sughosh Ganu wrote: Use the list_for_each_entry() API to get the efi_mem_list node directly, instead of making an additional call to list_entry(). Signed-off-by: Sughosh Ganu Reviewed-by: Heinrich Schuchardt --- lib/efi_loader/efi_memory.c | 25

[PATCH 4/5] efi_memory: get the efi_mem_list node directly

2024-07-30 Thread Sughosh Ganu
Use the list_for_each_entry() API to get the efi_mem_list node directly, instead of making an additional call to list_entry(). Signed-off-by: Sughosh Ganu --- lib/efi_loader/efi_memory.c | 25 - 1 file changed, 8 insertions(+), 17 deletions(-) diff --git