Re: [PATCH v5 4/8] soc/tegra: fuse: Add tegra_acpi_init_apbmisc()

From: Kartik
Date: Mon Oct 16 2023 - 06:16:59 EST


On Mon, 2023-10-16 at 07:41 +0200, Christophe JAILLET wrote:
> > + /*
> > + * Get required memory resources.
> > + *
> > + * resources[0]: apbmisc.
> > + * resources[1]: straps.
> > + */
> > + resource_list_for_each_entry_safe(rentry, tmp, &resource_list) {
>
> Nit: Is the 'safe' version really needed here?
>
> CJ

No, it seems like the safe version is not required. We do not expect any
modifications to resource_list here.

I've updated this in v6.

Thanks and Regards,
Kartik