commit | feaeb8fa6f949dd76d455a91793a859382678a72 | [log] [tgz] |
---|---|---|
author | Sean Anderson <seanga2@gmail.com> | Wed Nov 08 11:48:37 2023 -0500 |
committer | Tom Rini <trini@konsulko.com> | Thu Nov 16 13:49:13 2023 -0500 |
tree | cfbc217f0390a3bf8e9fdf0bdbf1552407ea0d7d | |
parent | 517e70856f0fcbb9c84de0414430086bea0008ee [diff] |
spl: Remove NULL assignments in spl_load_info Remove NULL assignments to fields in spl_load_info when .load doesn't reference these fields. This can result in more efficient code. filename must stay even if it is unused, since load_simple_fit uses it. Signed-off-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>