Re: [PATCH V2 1/4] remoteproc: imx: add missing of_node_put

2021-04-07 Thread Mathieu Poirier
On Tue, Mar 30, 2021 at 01:30:32PM +0800, peng@oss.nxp.com wrote: > From: Peng Fan > > After of_parse_phandle, we need of_node_put to decrease the refcount > of the device_node. > > Reported-by: Mathieu Poirier > Signed-off-by: Peng Fan > --- > drivers/remoteproc/imx_rproc.c | 2 ++ > 1

[PATCH V2 1/4] remoteproc: imx: add missing of_node_put

2021-03-29 Thread peng . fan
From: Peng Fan After of_parse_phandle, we need of_node_put to decrease the refcount of the device_node. Reported-by: Mathieu Poirier Signed-off-by: Peng Fan --- drivers/remoteproc/imx_rproc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/remoteproc/imx_rproc.c