]> git.dujemihanovic.xyz Git - u-boot.git/commit
list: use list_count_nodes() to count list entries
authorSughosh Ganu <sughosh.ganu@linaro.org>
Wed, 28 Aug 2024 16:54:22 +0000 (22:24 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 30 Aug 2024 19:51:38 +0000 (13:51 -0600)
commitbe222ac029c31b38ffdfdc135ced8b5a40b8216b
tree3546c8860d46694952674e88766c6e0eccbe71ad
parente83ced1a24095de66e526bd6c10f0f24584baaee
list: use list_count_nodes() to count list entries

Use the API function list_count_nodes() to count the number of list
entries.

Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
boot/scene.c
drivers/mtd/ubi/fastmap.c
fs/yaffs2/yaffs_guts.c
lib/fwu_updates/fwu_mtd.c
test/boot/expo.c