Re: [PATCH] of: overlay: Avoid spurious error messages in of_overlay_remove()

From: Rob Herring (Arm)
Date: Mon Oct 27 2025 - 14:53:33 EST



On Fri, 24 Oct 2025 21:50:58 +0200, Christophe JAILLET wrote:
> Make of_overlay_remove() tolerate ovcs_id being 0 without logging an error.
>
> Suggested-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
> Signed-off-by: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>
> ---
> This is needed for drivers/misc/rp1/rp1_pci.c where things are taken from
> DT or at runtime. In the former case, ovcs_id is unused and left to 0.
> Being able to tolerate such cases simplify error handling.
>
> This was suggested by Dan as a reply to patch [1].
>
> [1]: https://lore.kernel.org/lkml/4e92a271fdb98560c4e659556a1f3e99e7d0d38e.1760987458.git.christophe.jaillet@xxxxxxxxxx/
>
> ---
> drivers/of/overlay.c | 3 +++
> 1 file changed, 3 insertions(+)
>

Applied, thanks!