Re: [PATCH v2 2/3] drivers/base/memory: Improve add_boot_memory_block()

From: David Hildenbrand
Date: Tue Mar 11 2025 - 05:34:35 EST


On 11.03.25 01:46, Gavin Shan wrote:
It's unnecessary to count the present sections for the specified
block since the block will be added if any section in the block
is present. Besides, for_each_present_section_nr() can be reused
as Andrew Morton suggested.

Improve by using for_each_present_section_nr() and dropping the
unnecessary @section_count.

No functional changes intended.

Signed-off-by: Gavin Shan <gshan@xxxxxxxxxx>
---

Acked-by: David Hildenbrand <david@xxxxxxxxxx>

--
Cheers,

David / dhildenb