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 <s...@chromium.org> --- fs/cbfs/cbfs.c | 45 +++++++++++++++++++++++++++++++++------------ 1 file changed, 33 insertions(+), 12 deletions(-) Applied to u-boot-dm/next, thanks!