]> git.itanic.dy.fi Git - linux-stable/commit
remoteproc: rcar_rproc: Call of_node_put() on iteration error
authorMathieu Poirier <mathieu.poirier@linaro.org>
Mon, 20 Mar 2023 22:18:24 +0000 (16:18 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 May 2023 12:01:56 +0000 (14:01 +0200)
commit898ee6c0b999c9c0525d8cd9ee89602487e9988a
tree1072241e25d3832b970036499a99868d9d61b688
parent3f3abe8a04d99919a23f3898890c9ede3b78b979
remoteproc: rcar_rproc: Call of_node_put() on iteration error

commit f8bae637d3d5e082b4ced71e28b16eb3ee0683c1 upstream.

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.

Fixes: 285892a74f13 ("remoteproc: Add Renesas rcar driver")
Cc: stable@vger.kernel.org
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Link: https://lore.kernel.org/r/20230320221826.2728078-4-mathieu.poirier@linaro.org
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/remoteproc/rcar_rproc.c