[PATCH 14/34] cbfs: Factor out filling a cache node into a new function
Simon Glass
sjg at chromium.org
Sat Mar 27 04:18:25 CET 2021
The file_cbfs_next_file() function is already fairly long. Before
expanding it further, move the core part into a separate function.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
fs/cbfs/cbfs.c | 45 +++++++++++++++++++++++++++++++++------------
1 file changed, 33 insertions(+), 12 deletions(-)
Applied to u-boot-dm/next, thanks!
More information about the U-Boot
mailing list