commit | 21ad4cc0fdd5ddb9b0d0e6cad356be4fe8f00301 | [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 | 7d2c279b4b5648d2ffb4b36cab958a2636de2f66 [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>