commit | 468e372e9ad4c551d513b2e73c1f5c1cbb2e4097 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Aug 21 21:16:51 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Aug 31 13:16:54 2023 -0400 |
tree | 0289b3ca2c7773b9b33c0f33c9553f80aa2eac86 | |
parent | 7d2e23394ffbbc1d5b5f2479e0c52db52907cc40 [diff] |
initcall: Adjust the loop logic Use a variable to hold the function, so we don't need to repeat the pointer access each time. Rename the init pointer to 'ptr' since we only refer to it in the for() statement now. Signed-off-by: Simon Glass <sjg@chromium.org>