Re: [PATCH v2 3/4] PCI: of: make a flags argument optional

From: Herve Codina

Date: Wed Aug 19 2026 - 06:24:06 EST


Hi Alex,

On Wed, 12 Aug 2026 12:22:46 -0500
Alex Elder <elder@xxxxxxxxxxxx> wrote:

> The address of a u32 object is passed to of_pci_get_addr_flags() so
> it can be filled with the computed flags value.
>
> Allow a null pointer to be passed, so that the validity of the
> resource's flags can be checked without filling in the flags value.
>
> Signed-off-by: Alex Elder <elder@xxxxxxxxxxxx>
> ---
> drivers/pci/of_property.c | 8 +++++---
> 1 file changed, 5 insertions(+), 3 deletions(-)
>

Ok but nothing in the series call of_pci_get_addr_flags() with a NULL flags
argument.

Is this modification really needed in this series?

Best regards
Hervé