commit | e464ad085e522d09fadd825c2a1246450ff3188c | [log] [tgz] |
---|---|---|
author | Sughosh Ganu <sughosh.ganu@linaro.org> | Tue Jul 30 16:41:31 2024 +0530 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Wed Jul 31 09:54:49 2024 +0200 |
tree | 29ae219f52a000320a74bce68055b213adf8bcba | |
parent | 7aa0addc42ef1674a7baaf9d0428db943c3f2e5f [diff] |
efi_memory: get the efi_mem_list node directly 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 <sughosh.ganu@linaro.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>