Re: [PATCH 5/5] retmoteproc: imx_dsp_rproc: Call of_node_put() on iteration error

From: Mathieu Poirier
Date: Tue Mar 21 2023 - 17:19:23 EST


On Mon, Mar 20, 2023 at 08:02:04PM -0300, Fabio Estevam wrote:
> On Mon, Mar 20, 2023 at 7:18 PM Mathieu Poirier
> <mathieu.poirier@xxxxxxxxxx> wrote:
> >
> > Function of_phandle_iterator_next() calls of_node_put() on the last
> > device_node it iterated over, but when the loop exits prematurely it has
> > to be called explicitly.
>
> Typo on the Subject: s/retmoteproc/remoteproc

Thanks for pointing that out, I'll fix it.