Re: [PATCH] list: use list_count_nodes() to count list entries

2024-08-27 Thread Tom Rini
On Wed, Jul 31, 2024 at 08:25:21PM +0530, Sughosh Ganu wrote: > Use the API function list_count_nodes() to count the number of list > entries. > > Signed-off-by: Sughosh Ganu > Reviewed-by: Simon Glass > --- > > Note: To be applied on top of efi-2024-10-rc2 Please rebase this on top of either

Re: [PATCH] list: use list_count_nodes() to count list entries

2024-08-01 Thread Simon Glass
On Wed, 31 Jul 2024 at 08:55, Sughosh Ganu wrote: > > Use the API function list_count_nodes() to count the number of list > entries. > > Signed-off-by: Sughosh Ganu > --- > > Note: To be applied on top of efi-2024-10-rc2 > > boot/scene.c | 8 +--- > drivers/mtd/ubi/fastmap.c

[PATCH] list: use list_count_nodes() to count list entries

2024-07-31 Thread Sughosh Ganu
Use the API function list_count_nodes() to count the number of list entries. Signed-off-by: Sughosh Ganu --- Note: To be applied on top of efi-2024-10-rc2 boot/scene.c | 8 +--- drivers/mtd/ubi/fastmap.c | 8 +++- fs/yaffs2/yaffs_guts.c| 5 ++--- lib/efi_lo